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
2021-08-11, ∼2335🔥, 0💬
Popular Posts:
How to decode the id_token value received from Google OpenID Connect authentication response? Accord...
How to use the JSON to XML Conversion Tool at freeformatter.com? If you want to try the JSON to XML ...
How to convert a JSON text string to an XML document with PHP language? Currently, there is no built...
How to reinstall npm with a node version manager? I am getting permission errors with the current ve...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...