Chat now with support
Chat with Support

Cloud Access Manager 8.1 - How To Develop OpenID Connect Apps

Implicit Flow

The client initiates the flow by directing the user's browser to the authorization endpoint, adding querystrings to the URI as follows:
Set to “token” to request that the Authorization Server initiate an Implicit Flow.
Cloud Access Manager authenticates the user (using the browser) and establishes whether the user grants or denies the client's access request.
Assuming the user grants access, Cloud Access Manager redirects the browser back to the client using the redirection URI provided earlier. The redirection URI includes the access token in the URI fragment, for example.
http://example.com/cb#access_token=2YotnFZFEjr1zCsicMWpAA&state=xyz&token_type=example&expires_in=3600
The browser follows the redirection instructions by making a request to the web-hosted client resource (which does not include the fragment). The browser retains the fragment information locally.
The web-hosted client resource returns a web page (typically an HTML document with an embedded script) capable of accessing the full redirection URI including the fragment retained by the browser, and extracting the access token (and other parameters) contained in the fragment.
The browser executes the script provided by the web-hosted client resource locally, which extracts the access token.
The browser passes the access token to the client. The access token can then be used to access the required resource.

Approval

OAuth v2.0 client types

When configuring your OAuth v2.0 application in Dell™ One Identity Cloud Access Manager, you are required to select its Client Type. OAuth v2.0 specifies two client types: public and confidential. Your choice determines whether Cloud Access Manager will enforce authentication on the client connection.

public

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating