Skip to content
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

Logout hint support for Oauth2 #5719

Open
LuanScudeler opened this issue Jul 12, 2024 · 0 comments
Open

Logout hint support for Oauth2 #5719

LuanScudeler opened this issue Jul 12, 2024 · 0 comments
Labels
t:feature New feature or enhancement request

Comments

@LuanScudeler
Copy link

Please describe your use case / problem.

In my Ambassador setup I authenticate against Azure AD, when I trigger RP-initiated logout I want sign-out to occur without prompting the user to select an account.

According to Azure AD documentation this is done by enabling the login_hint optional claim and using it's value as the logout_hint parameter. As far as I know logout_hint parameter needs to be included in the IDP logout request, so my understanding is that Ambassador would need to support this so everything is handled once RP-initiated logout is triggered.

Is there a way to have logout_hint parameter included in the IDP logout URL with the value of login_hint claim? Are there alternatives to get this working?

Additional context
Documentation on usage of logout hint with Azure AD

@dosubot dosubot bot added the t:feature New feature or enhancement request label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t:feature New feature or enhancement request
Projects
None yet
Development

No branches or pull requests

1 participant