OAuth 2.0 client

  1. "Client ID" - any string identifying the OAuth 2.0 Client.
  2. "External Base URL" - the path to IAM as seen by the OAuth 2.0 authorization server
  3. For example:

    https://this\.is\.your\.redirect\.url/.*
  4. "Redirect URL" - the default OAuth 2.0 endpoint of the Client; this is the base URL plus oauth2-client
  5. For example:

    http://airlock-client.iam/auth/oauth2-client
    1. Optionally the provider Identifier can be attached to the redirect url (e.g. oauth2-client/providerId).
  6. Whether the user needs to confirm logging-in via OAuth 2.0 on the Client