We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for this great library!
Does it support the OAuth2.0 password grant flow?
The text was updated successfully, but these errors were encountered:
To provide some background to my request:
Sorry, something went wrong.
We list supported protocols and grant types here: https://github.com/zitadel/oidc?tab=readme-ov-file#features. And no, it is not supported and we don't intend to support it for the reason you already wrote:
I understand that the OAuth 2.0 Password Grant is not recommended and will be removed from OAuth2.1.
However, this grant type allows developers to bootstrap OAuth2.0 with custom, third party authentication systems.
There are other grant types that allow for this:
client_secret
Thanks for the explanation
No branches or pull requests
Thanks for this great library!
Does it support the OAuth2.0 password grant flow?
The text was updated successfully, but these errors were encountered: