Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SFI: Remove literal machine keys #34498

Closed
Rick-Anderson opened this issue Jan 15, 2025 · 1 comment
Closed

SFI: Remove literal machine keys #34498

Rick-Anderson opened this issue Jan 15, 2025 · 1 comment

Comments

@Rick-Anderson
Copy link
Contributor

Rick-Anderson commented Jan 15, 2025

See MachineKey Element (ASP.NET Settings Schema) and also here

Replace

   <machineKey 
        validationKey="32E35872597989D14CC1D5D9F5B1E94238D0EE32CF10AA2D2059533DF6035F4F" 
        decryptionKey="B179091DBB2389B996A526DE8BCD7ACFDBCAB04EF1D085481C61496F693DF5F4" 
    />

with

   <machineKey 
        validationKey="Validation key" 
        decryptionKey="Decryption key" 
    />

@gewarren how do I get this file changed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants