-
-
Notifications
You must be signed in to change notification settings - Fork 428
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
[16.0][IMP] auth_oidc: prompt for account on AAD login #573
[16.0][IMP] auth_oidc: prompt for account on AAD login #573
Conversation
Hi @sbidoul, |
e58f7d6
to
035f78e
Compare
Hi @sbidoul, |
035f78e
to
a5c32fe
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.
Nice!
a5c32fe
to
36930e1
Compare
962add3
to
eccd2f4
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.
Still a minor ergnonomy issue, otherwise looks good.
eccd2f4
to
b42317e
Compare
Ah, can you rebase and resolve the conflict on the CONFIGURE readme fragment? |
b42317e
to
92a8a0e
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.
Code lgtm, nice work
@sbidoul can you merge? |
@CRogos Can you resolve the conflict please? |
92a8a0e
to
2010a65
Compare
@dreispt it is rebased. can you merge? |
This PR has the |
/ocabot merge minor |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 0c71e80. Thanks a lot for contributing to OCA. ❤️ |
@CRogos do you plan to port this to 17? |
Added the possibility to add additional parameters to the auth_link.
When using the AzureAD auth, this gives the ability to set the "prompt" parameter to "select_account" which allowes to display the select account dialog during the login process. This is helpful, when you have multiple AzureAD accounts.