232
Views
1
Comments
Solved
[OAuth2 Provider] OAuth 2.0 Grant Types
oauth2-provider
Web icon
Forge asset by Barduino

I've gone through the oAuth 2 component as well as the application, and very much appreciate the amount of effort. Here I have a small question, based on the analysis current component is using only "Authorization_Code" as a grant type. Is there any option to extend this component with multiple Grant types such as 

  • Implicit.
  • Password.
  • Client Credentials.
  • Device Code.
  • Refresh Token


2019-07-08 11-04-35
Leonardo Fernandes
 
MVP
Solution

Sreeramulu, the component supports client credentials and refresh token as well.

I don't have any plans to support the other grant types. But if you want to collaborate, feel free to do so.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.