Tools, FAQ, Tutorials:
What Are Authentication Flows
What are authentication flows specified in OpenID Connect?
✍: FYIcenter.com
OpenID Connect supports 3 authentication data flows:
1. Authorization Code Flow - The Authorization Code Flow is more complex to implement. But it is more secure. In the Authorization Code Flow, only a short authorization code is returned to the User Agent from the OpenID Provider. The actual authentication information is returned to the Reply Party only.
2. Implicit Flow - The Implicit Flow is simple to implement. But it is less secure. In the Implicit Flow, the actual authentication information is returned to the User Agent from the OpenID Provider.
3. Hybrid Flow, also called OAuth 2.0 Multiple Response Type Encoding Practices - In the Hybrid Flow, some authentication information is returned to the User Agent from the OpenID Provider. And additional authentication information is returned to the Reply Party.
Â
⇒ OpenID Connect Authorization Code Flow
⇠Components Involved in OpenID Connect Authentication
⇑ OpenID Connect Authentication Flows
⇑⇑ OpenID Tutorials
2021-08-11, 927👍, 0💬
Popular Posts:
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...
Where to find tutorials on Visual Studio? I want to know How to learn Visual Studio. Here is a large...
How to use "json-to-xml" Azure API Policy Statement? The "json-to-xml" Policy Statement allows you t...
What Is HTML? HTML (HyperText Markup Language) is the standard markup language for creating Web page...
How to use "link" command tool to link objet files? If you have object files previously compiled by ...