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
I was trying to use Chiefonboarding with our OIDC provider and was stuck getting an error : The authentication request has an invalid 'state' parameter.
It would be nice to have it for the added security and to broaden OIDC provider options
The text was updated successfully, but these errors were encountered:
AlexGiroud
changed the title
Oauth2 State parameter not present in OIDC authorisation request
OIDC State parameter not present in Oauth2 authorisation request
Oct 23, 2023
Good point. Probably a good idea to just migrate to allauth to get this and potential other issues resolved. It's currently a custom setup and I would likely be more at ease with a battle tested package to avoid having more things come up.
I will add it to my list of things to do.
I was trying to use Chiefonboarding with our OIDC provider and was stuck getting an error : The authentication request has an invalid 'state' parameter.
After some digging, I've found that this parameter is not required in OIDC spec but recommended (to mitigate CSRF attacks) and some OIDC providers require it (like Okta for example https://developer.okta.com/docs/reference/api/oidc/#request-parameters)
It would be nice to have it for the added security and to broaden OIDC provider options
The text was updated successfully, but these errors were encountered: