Recipes

Create an OpenID Connect client

Creates an OpenID Connect client. Note that creating an OIDC client also creates the associated, and required, application client.

In this Recipe
  1. Get your Identity Cloud hostname
  2. Get your Akamai customer ID
  3. Configure your Content-Type
Open Recipe
  • 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 steps
    Open Recipe
  • Get an administrative access token

    Requests an administrative access token. An administrative access token is needed to call the other Hosted Login operations.

    8 steps
    Open Recipe
  • Introspect 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 steps
    Open Recipe
  • Revoke 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 steps
    Open Recipe
  • Create 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 steps
    Open Recipe
  • Create an OpenID Connect token policy

    Creates a token policy. Token policies specify token lifetimes and define the allowed scopes for OpenID Connect clients.

    11 steps
    Open Recipe
  • Enable 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 steps
    Open Recipe
  • Configure 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 steps
    Open Recipe
  • Configured 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 steps
    Open Recipe
Original text
Rate this translation
Your feedback will be used to help improve Google Translate