...
- Log in to the management console and select Add under Identity Providers menu in the Main menu.
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
Click Register to save the details.
...