-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Resource Owner/Password Credential for OAuth2 #448
Comments
+1 |
May I ask how the authentication flow of this grant will be? What I have in mind based from reading the updated code and reviewing the Authorization Code grant is as follows:
Is this correct or am I missing out something? Thank you! |
@givmefive5 it works in a similar way, just slightly in reverse order:
|
Thanks @thefosk ! Another thing, just for clarification, provision_key only checks if the request for an access token came from a valid API right? We can still use the generated access token across all APIs under Kong and not just for the API that owns the provision_key right? |
|
The The final client/application will never have anything to do with the |
Thanks @thefosk ! This is exactly what we need. Looking forward to your next version release with this! |
✋ high five! |
how are we creating username and password for Resource Owner/Password Credential for OAuth2 in KongApi? |
[ENGEN-450] chore(debian): remove EOLed 8
Implement the Resource Owner Password Credentials Grant.
The text was updated successfully, but these errors were encountered: