Securely receiving authorization code in SPAs using form_post
- in Alternative Facts
- Leave a comment on Securely receiving authorization code in SPAs using form_post
If you have used the OIDC protocol to implement single sign-on, you would be used to receiving the authorization code as a query parameter from the identity server. However, did you know that receiving the…