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

feat: built-in login/consent UI for hydra perform authorization-code #3845

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alnr
Copy link
Contributor

@alnr alnr commented Sep 20, 2024

This allows you to easily test an Authorization Code flow against hydra without having to have a consent UI otherwise available.

Requires configuring the login+consent UIs to point to the same server as the redirect URI:

ory patch oauth2-config --project $PROJECT_ID --replace '/urls/login="http://127.0.0.1:4446/login"' --replace '/urls/consent="http://127.0.0.1:4446/consent"'

@alnr alnr requested a review from zepatrik September 20, 2024 11:51
@alnr alnr self-assigned this Sep 20, 2024
@alnr alnr changed the title feat: built-in logon/consent UI for hydra perform authorization-code feat: built-in login/consent UI for hydra perform authorization-code Sep 20, 2024
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 this pull request may close these issues.

1 participant