Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
115 stars 70 forks source link

Add keys to authentication for XSRF #7279

Closed TheTechArch closed 2 years ago

TheTechArch commented 3 years ago

Description

We need to configure shared keys between the different authentication pods similar to apps.

Currently this is used to validate state when validating OIDC login

In app we uses dataProtectionConfiguration https://github.com/Altinn/altinn-studio/blob/master/src/Altinn.Apps/AppTemplates/AspNet/Altinn.App.PlatformServices/Extensions/DataProtectionConfiguration.cs

Considerations

Ops requirements

Are there any requirements for monitoring? What is being built and what could go wrong? Are there any requirements related to backup?

Acceptance criteria

Specification tasks

Development tasks

Test

jeevananthank commented 2 years ago

test is complete. issue can be closed once all the tasks are complete for TT, YT, Prod.