Sending information to mnemonic to set up the provider configuration#

Send the client_id from the previous step to mnemonic to configure the provider.

Next, we need some public information about your provider:

Either:

  • The OpenID Configuration URI which contains all settings needed to configure the client, e.g. https:///.well-known/openid-configuration

Or, if the OpenID server is not publicly available on Internet, or does not have a configuration URI, we need:

  • The provider_uri

  • The issuer to use

  • The complete contents of the JWKS endpoint (JSON output)

In addition, you need to know which claim should be used for identity mapping, e.g. email or upnIf the claim to use is not known/configured, this needs to be tested during later setup, and may require some re-configuration on both sides.