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

how can hydra skip the steps to get the user's authorization and get the auth code directly #1921

Closed
feikiss opened this issue Jun 21, 2020 · 1 comment

Comments

@feikiss
Copy link

feikiss commented Jun 21, 2020

Is your feature request related to a problem? Please describe.

hydra follow the security best practice but it cannot fit the scenario that request to skip user's authorizaton.

Describe the solution you'd like

I'd like to suggest hydra to support a direct way to support developer use a more effective way to fit their own requirement. In many cases, the product manager hate the dialog to ask user's authorization in the Private cloud platform。

Describe alternatives you've considered
support a way to skip the user's authorization of getting the auth code steps , so that developer can get the auth code directly and get the access token more simple.
In some scenario, the product manager request to skip/hide the UI to get the end user's authorization.

A clear and concise description of any alternative solutions or features you've
considered.

Add any other context or screenshots about the feature request here.

@aeneasr
Copy link
Member

aeneasr commented Jun 22, 2020

This is already possible. You control the consent app, so you don't need to show the UI. I don't recommend it and it's bad practice, but this is possible today. No changes to Hydra are required to get this working.

@aeneasr aeneasr closed this as completed Jun 22, 2020
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

No branches or pull requests

2 participants