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 would like to group in one thread some feature requests to enhance security for the implemented OIDC authentication. This list will surely duplicate some existing requests, but I thought it was interesting to keep an updated and simple list.
Add a state and a nonce parameter in OIDC auth request, in order to protect from CSRF and replay attacks. This request was first formulated in No nonce/state included for Oauth2/OpenID #1135 by @d3vzer0. I thought I will find time to implement it, but sadly I haven't for now and may not for some weeks at least...
Add support for the optional acr_values parameter, so that we can specify authentication requirements to our identity provider.
Change the OIDC autologin feature so that we don't enter in an infinite loop. This bug was discovered by @shortstack and mentionned here
For 1 and 2, you can find interesting info here. Finally, please note that #1010 is resolved.
Could you integrate these features?
Best regards
The text was updated successfully, but these errors were encountered:
Dear @To-om and @nadouani,
I would like to group in one thread some feature requests to enhance security for the implemented OIDC authentication. This list will surely duplicate some existing requests, but I thought it was interesting to keep an updated and simple list.
state
and anonce
parameter in OIDC auth request, in order to protect from CSRF and replay attacks. This request was first formulated in No nonce/state included for Oauth2/OpenID #1135 by @d3vzer0. I thought I will find time to implement it, but sadly I haven't for now and may not for some weeks at least...acr_values
parameter, so that we can specify authentication requirements to our identity provider.For 1 and 2, you can find interesting info here. Finally, please note that #1010 is resolved.
Could you integrate these features?
Best regards
The text was updated successfully, but these errors were encountered: