지금 지원 담당자와 채팅
지원 담당자와 채팅

현재 웹사이트 유지 관리를 수행하는 중입니다. 따라서 로그인이 필요한 기능을 일시적으로 이용할 수 없습니다. 즉각적인 지원이 필요한 문제가 있는 경우 기술 지원에문의하시기 바랍니다..

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

관련 문서

The document was helpful.

평가 결과 선택

I easily found the information I needed.

평가 결과 선택