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

Keycloak Should Always looks at default Institutions API for Account Creation #4619

Open
kgudel opened this issue Jan 24, 2023 · 0 comments
Open
Assignees

Comments

@kgudel
Copy link
Contributor

kgudel commented Jan 24, 2023

When a user enters their email address the keycloak theme code sends a request to the institutions-api to get the list of institutions that are associated with that email domain.

That request is made here in the theme code.

This code is using the web domain that keycloak is currently on + /v2/public/institutions. This means that when you sign in for an account on ffiec.cfpb.gov it sends the request to ffiec.cfpb.gov/v2/public/institutions and if they are signing up on ffiec.beta.cfpb.gov it sends the request to ffiec.beta.cfpb.gov/v2/public/institutions.

However, the code should always send the request to the default (non-beta) site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants