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, ∼1726🔥, 0💬
Popular Posts:
How To Open Standard Output as a File Handle in PHP? If you want to open the standard output as a fi...
How to use "xsl-transform" Azure API Policy Statement? The "xsl-transform" Policy Statement allows y...
How to install .NET Framework in Visual Studio Community 2017? I have the Visual Studio Installer in...
How To Pass Arrays By References? in PHP? Like normal variables, you can pass an array by reference ...
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation ...