0

I got how the authorization grants work flow is but i am not getting what actually are these ? Like What is Implicit Authentication grant type ?

loop
  • 9,002
  • 10
  • 40
  • 76

1 Answers1

0

OAuth2 has many authorization flows. You can check the spec for full details: https://www.rfc-editor.org/rfc/rfc6749#section-4

The 2 most frequently found ones are authorization code & implicit. See this other SO question on the main differences: What is the difference between the OAuth Authorization Code and Implicit workflows? When to use each one?

Here's another article that explains them. Although these are explained in the context of our service (Auth0), the principles are independent and true for any implementation.

Community
  • 1
  • 1
Eugenio Pace
  • 14,094
  • 1
  • 34
  • 43