Oauth External Idp Integrator
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/edge | 6 | 23 May 2024 |
juju deploy oauth-external-idp-integrator --channel edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
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.