-
Notifications
You must be signed in to change notification settings - Fork 187
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
Support for authorization code grant flow #41
Comments
Hi @mfagadar! Right now, we don't support it. This feature needs to be discussed. Basically, a 3-Legged implementation needs to have:
What can we support?
I will discuss this with my team next week. If you have any suggestion just post them here. |
@ruipenso, thank you for your answer! Your assessment is very accurate. I was wondering if you need to handle the button case directly via a directive in the |
@mfagadar The button directive can just handle the click, redirecting the user to the Something like, |
I need to use this lib with an authorization API that implements the OAuth2 authorization code grant.
Quoting from [http://bshaffer.github.io/oauth2-server-php-docs/overview/grant-types/] :
Is this possible / achievable with the current release and do you have any suggestions on how to do it ?
Thank you.
The text was updated successfully, but these errors were encountered: