oauth-external-idp-integrator

Oauth External Idp Integrator

Channel Revision Published Runs on
latest/edge 6 23 May 2024
Ubuntu 22.04
juju deploy oauth-external-idp-integrator --channel edge
Show information

Platform:

Ubuntu
22.04

Learn about configurations >

  • authorization_endpoint | string

    The authorization endpoint.

  • client_id | string

    Default: default_client_id

    Client ID.

  • client_secret | string

    Default: default_client_secret

    Client secret (do not use this in production).

  • introspection_endpoint | string

    The token introspection endpoint.

  • issuer_url | string

    The issuer url.

  • jwks_endpoint | string

    The jwks validation endpoint.

  • jwt_access_token | boolean

    A flag indicating whether the OAuth provider supports jwt tokens.

  • scope | string

    Default: profile email address phone

    Space separated list of allowed scopes for the provider.

  • token_endpoint | string

    Token endpoint.

  • userinfo_endpoint | string

    User information endpoint.