Recipes
Creates an OpenID Connect client. Note that creating an OIDC client also creates the associated, and required, application client.
- Get your Identity Cloud hostname
- Get your Akamai customer ID
- Configure your Content-Type
Create an OpenID Connect client
Creates an OpenID Connect client. Note that creating an OIDC client also creates the associated, and required, application client.
11 stepsOpen RecipeGet an administrative access token
Requests an administrative access token. An administrative access token is needed to call the other Hosted Login operations.
8 stepsOpen RecipeIntrospect a token
Returns the current state of a Hosted Login access or refresh token. If the token is active additional claims belonging to the token are also returned.
7 stepsOpen RecipeRevoke a token
Revokes a previously-issued access token or refresh token. After an access token has been revoked that token no longer provides access to protected resources. After a refresh token has been revoked that token canβt be used to request a new access token.
6 stepsOpen RecipeCreate an OpenID Connect login policy
Creates a login policy. Login policies help manage the user login and registration experience by doing such things as specifying the exact path to the Capture domain and the user profile entity type, and defining the login URL.
14 stepsOpen RecipeCreate an OpenID Connect token policy
Creates a token policy. Token policies specify token lifetimes and define the allowed scopes for OpenID Connect clients.
11 stepsOpen RecipeEnable push claims
Enables or disables push claims for the specified login policy. Push claims centralize and standardize the user profile information added to an identity token or made available from the userinfo endpoint following a successful authentication.
8 stepsOpen RecipeConfigure the allowed response types
Modifies the response types assigned to the specified login policy. In an authorization request, the response_type parameter specifies the items that clients get back from the authorization server following a successful authentication.
8 stepsOpen RecipeConfigured allowed grant types
Modifies the grant types supported by the specified token policy. A grant is a standard methodology for obtaining tokens and, in turn, for obtaining access to protected resources.
8 stepsOpen Recipe
