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
quarkus.oidc.authentication.cookie-path=/ should be default as the users will likely spend some time first figuring out why the authentication is failing - due to a missing state cookie for ex and then having to set it to /.
and
quarkus.oidc.authentication.restore-path-after-redirect is simply redundant - if quarkus.oidc.authentication.redirect-path is set then the user will have to be returned to this path and if it is not set then the current request URI has to be restored.
Description
We can optimize on 2 properties:
quarkus.oidc.authentication.cookie-path=/
should be default as the users will likely spend some time first figuring out why the authentication is failing - due to a missing state cookie for ex and then having to set it to/
.and
quarkus.oidc.authentication.restore-path-after-redirect
is simply redundant - ifquarkus.oidc.authentication.redirect-path
is set then the user will have to be returned to this path and if it is not set then the current request URI has to be restored.CC @danielpetisme
The text was updated successfully, but these errors were encountered: