You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PKCE is recommended to prevent CSRF and authorization code injection attacks. We should consider enabling enabling PKCE for authorization_code flows by default to ensure we have secure defaults.
In order to ensure this goes as smoothly as possible, I think that we would need to:
Ensure it is easy to disable in the event that it breaks users
Align the Authorization Server
NOTE: This is a breaking change, so it would need to be done with Spring Security 7.0.
The text was updated successfully, but these errors were encountered:
PKCE is recommended to prevent CSRF and authorization code injection attacks. We should consider enabling enabling PKCE for authorization_code flows by default to ensure we have secure defaults.
In order to ensure this goes as smoothly as possible, I think that we would need to:
NOTE: This is a breaking change, so it would need to be done with Spring Security 7.0.
The text was updated successfully, but these errors were encountered: