-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail earlier if user is not allowed to log in #338
Fail earlier if user is not allowed to log in #338
Conversation
IIRC we didn't want to inform at all whether an user was available or not (so not sure we should log), but this still happens after the first stage (device auth), right? |
Yes, it's after the device authentication |
Converting to draft again because some tests need to be updated |
e11e0a3
to
bdb22e4
Compare
bdb22e4
to
f4d931b
Compare
Rebased on main and resolved conflicts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One change, one praise and one question :)
We want the user to perform the OIDC authentication for auditing and logging purposes, but we don't need them to choose a local password before we tell them that they are not allowed to log in.
f4d931b
to
8a8e564
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And here we go! Well done :)
This is based on #334, please review and merge that one firstWe want the user to perform the OIDC authentication for auditing and logging purposes, but we don't need them to choose a local password before we tell them that they are not allowed to log in.
UDENG-5868