Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Log in to the management console and select Add under Identity Providers menu in the Main menu.  
    Image Removed
  2. Provide the following values to configure the IDP:

    Under basic information:

      • Identity Provider Name: Enter an issuer name (iss value in the JWT) as the identity provider name.

      • Alias: Give the Recipient URL configured in the external IDP as the alias E.g: https://localhost:9443/oauth2/token

      • Configure jwks_uri for IS
        • Under Identity Provider configuration UI select "Use IDP JWKS endpoint" option in 'Choose IDP certificate type' field.

        • In the 'Identity Provider's JWKS Endpoint' field, enter the jwks_uri of the Identity Provider. e.g., https://exampleidp.com/oauth2/default/v1/keys

  3. Click Register to save the details.

...