---
title: Charmhub | Deploy Oauth External Idp Integrator using Charmhub - The Open Operator
  Collection
description: Deploy the latest version of Oauth External Idp Integrator on any cloud.
url: https://charmhub.io/oauth-external-idp-integrator/configurations
---

# Oauth External Idp Integrator

[Business Data](https://charmhub.io/publisher/businessdata "View all packages from Business Data")

* [Business Data](https://charmhub.io/publisher/businessdata "View all packages from Business Data")

Platform:

22.04

edge 7

```
juju deploy oauth-external-idp-integrator --channel edge
```

[Learn to deploy on juju >](https://juju.is/docs/juju/manage-applications)

* [authorization\_endpoint](https://charmhub.io/oauth-external-idp-integrator/configurations#authorization_endpoint)
* [client\_id](https://charmhub.io/oauth-external-idp-integrator/configurations#client_id)
* [client\_secret](https://charmhub.io/oauth-external-idp-integrator/configurations#client_secret)
* [introspection\_endpoint](https://charmhub.io/oauth-external-idp-integrator/configurations#introspection_endpoint)
* [issuer\_url](https://charmhub.io/oauth-external-idp-integrator/configurations#issuer_url)
* [jwks\_endpoint](https://charmhub.io/oauth-external-idp-integrator/configurations#jwks_endpoint)
* [jwt\_access\_token](https://charmhub.io/oauth-external-idp-integrator/configurations#jwt_access_token)
* [scope](https://charmhub.io/oauth-external-idp-integrator/configurations#scope)
* [token\_endpoint](https://charmhub.io/oauth-external-idp-integrator/configurations#token_endpoint)
* [userinfo\_endpoint](https://charmhub.io/oauth-external-idp-integrator/configurations#userinfo_endpoint)

[Learn about configurations >](https://juju.is/docs/juju/configuration#heading--application-configuration)

* 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.
