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

Hosted Backend APIs to Incorporate login_hint and idp_hint #2742

Open
jobannon opened this issue May 9, 2024 · 1 comment
Open

Hosted Backend APIs to Incorporate login_hint and idp_hint #2742

jobannon opened this issue May 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jobannon
Copy link

jobannon commented May 9, 2024

Problem

Our hosted pages will complete a call to the oauth2/authorize endpoint. Our current implementation does not allow you to pass hinting parameters from /app/login which would ultimately be caught by the hosted pages (oauth2/authorize).

Solution

Ensure that the app/login endpoint can accept the login_hint and idp_hint parameters.

Additional context

Customer observation on ticket - 74589

https://fusionauth.io/docs/lifecycle/authenticate-users/identity-providers/#hints

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

How to vote

Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.

@robotdan robotdan added the enhancement New feature or request label Jun 15, 2024
@robotdan
Copy link
Member

Internal:

Allow passing idp_hint and login_hint to /app/login to be passed along to /oauth2/authorize. Same goes for /app/register.

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

No branches or pull requests

2 participants