Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fixes UI for implicit flow by adding required source to postMessage #192

Merged
merged 1 commit into from
Dec 20, 2021

Conversation

austingebauer
Copy link
Contributor

Overview

This PR fixes a regression introduced in Vault 1.9.1 that caused the implicit flow (oidc_response_types=id_token) to no longer work from the Vault UI. The cause of the regression was hashicorp/vault#13133, which added a required source field to the data sent via postMessage between the window objects.

Fixes hashicorp/vault#13460.

Testing

I tested that this fixes the implicit flow using Azure AD from the Vault UI.

@braunsonm
Copy link

Thanks for looking into this and the quick fix Austin!

@austingebauer austingebauer merged commit 6bd8f31 into master Dec 20, 2021
@austingebauer austingebauer deleted the ui-fix-implicit-flow branch December 20, 2021 23:15
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression: OIDC Login Hangs
3 participants