diff --git a/Documentation/connectors/openshift.md b/Documentation/connectors/openshift.md index a33ca772..c9650846 100644 --- a/Documentation/connectors/openshift.md +++ b/Documentation/connectors/openshift.md @@ -6,7 +6,7 @@ Dex can make use of users and groups defined within OpenShift by querying the pl ## Configuration -Create a new OAuth Client by following the steps described in the documentation for [Registering Additional OAuth Clients[(https://docs.openshift.com/container-platform/latest/authentication/configuring-internal-oauth.html#oauth-register-additional-client_configuring-internal-oauth) +Create a new OAuth Client by following the steps described in the documentation for [Registering Additional OAuth Clients](https://docs.openshift.com/container-platform/latest/authentication/configuring-internal-oauth.html#oauth-register-additional-client_configuring-internal-oauth) This involves creating a resource similar the following @@ -31,10 +31,10 @@ connectors: # Required field for connector id. id: openshift # Required field for connector name. - name: OppenShift + name: OpenShift config: # OpenShift API - baseURL: https://api.mycluster.example.com:6443 + issuer: https://api.mycluster.example.com:6443 # Credentials can be string literals or pulled from the environment. clientID: $OPENSHIFT_OAUTH_CLIENT_ID clientSecret: $OPENSHIFT_OAUTH_CLIENT_SECRET @@ -47,4 +47,4 @@ connectors: groups: - users -``` \ No newline at end of file +``` diff --git a/README.md b/README.md index 7247270a..e1d34604 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Dex implements the following connectors: | [Microsoft](Documentation/connectors/microsoft.md) | yes | yes | no | beta | | | [AuthProxy](Documentation/connectors/authproxy.md) | no | no | no | alpha | Authentication proxies such as Apache2 mod_auth, etc. | | [Bitbucket Cloud](Documentation/connectors/bitbucketcloud.md) | yes | yes | no | alpha | | +| [OpenShift](Documentation/connectors/openshift.md) | no | yes | no | stable | | Stable, beta, and alpha are defined as: