diff --git a/docs/docs/configuration/auth.md b/docs/docs/configuration/auth.md index 5e0dd639c7..dd43cea3a9 100644 --- a/docs/docs/configuration/auth.md +++ b/docs/docs/configuration/auth.md @@ -257,7 +257,7 @@ To configure the OIDC provider for Dex, perform the following steps: go get github.com/dexidp/dex ``` - See the [getting started guide](https://github.com/coreos/dex/blob/master/Documentation/getting-started.md) for more details. + See the [getting started guide](https://dexidp.io/docs/getting-started/) for more details. 2. Setup oauth2-proxy with the correct provider and using the default ports and callbacks. Add a configuration block to the `staticClients` section of `examples/config-dev.yaml`: diff --git a/docs/versioned_docs/version-6.1.x/configuration/auth.md b/docs/versioned_docs/version-6.1.x/configuration/auth.md index 68d0d6eda6..53a6ce21e1 100644 --- a/docs/versioned_docs/version-6.1.x/configuration/auth.md +++ b/docs/versioned_docs/version-6.1.x/configuration/auth.md @@ -188,7 +188,7 @@ Take note of your `TenantId` if applicable for your situation. The `TenantId` ca OpenID Connect is a spec for OAUTH 2.0 + identity that is implemented by many major providers and several open source projects. This provider was originally built against CoreOS Dex and we will use it as an example. -1. Launch a Dex instance using the [getting started guide](https://github.com/coreos/dex/blob/master/Documentation/getting-started.md). +1. Launch a Dex instance using the [getting started guide](https://dexidp.io/docs/getting-started/). 2. Setup oauth2-proxy with the correct provider and using the default ports and callbacks. 3. Login with the fixture use in the dex guide and run the oauth2-proxy with the following args: diff --git a/docs/versioned_docs/version-7.0.x/configuration/auth.md b/docs/versioned_docs/version-7.0.x/configuration/auth.md index 79a735c527..0ee45e4c77 100644 --- a/docs/versioned_docs/version-7.0.x/configuration/auth.md +++ b/docs/versioned_docs/version-7.0.x/configuration/auth.md @@ -215,7 +215,7 @@ To configure the OIDC provider for Dex, perform the following steps: go get github.com/dexidp/dex ``` - See the [getting started guide](https://github.com/coreos/dex/blob/master/Documentation/getting-started.md) for more details. + See the [getting started guide](https://dexidp.io/docs/getting-started/) for more details. 2. Setup oauth2-proxy with the correct provider and using the default ports and callbacks. Add a configuration block to the `staticClients` section of `examples/config-dev.yaml`: diff --git a/docs/versioned_docs/version-7.1.x/configuration/auth.md b/docs/versioned_docs/version-7.1.x/configuration/auth.md index 6a667da07d..204f190bc4 100644 --- a/docs/versioned_docs/version-7.1.x/configuration/auth.md +++ b/docs/versioned_docs/version-7.1.x/configuration/auth.md @@ -216,7 +216,7 @@ To configure the OIDC provider for Dex, perform the following steps: go get github.com/dexidp/dex ``` - See the [getting started guide](https://github.com/coreos/dex/blob/master/Documentation/getting-started.md) for more details. + See the [getting started guide](https://dexidp.io/docs/getting-started/) for more details. 2. Setup oauth2-proxy with the correct provider and using the default ports and callbacks. Add a configuration block to the `staticClients` section of `examples/config-dev.yaml`: diff --git a/docs/versioned_docs/version-7.2.x/configuration/auth.md b/docs/versioned_docs/version-7.2.x/configuration/auth.md index 905102937c..c952997970 100644 --- a/docs/versioned_docs/version-7.2.x/configuration/auth.md +++ b/docs/versioned_docs/version-7.2.x/configuration/auth.md @@ -250,7 +250,7 @@ To configure the OIDC provider for Dex, perform the following steps: go get github.com/dexidp/dex ``` - See the [getting started guide](https://github.com/coreos/dex/blob/master/Documentation/getting-started.md) for more details. + See the [getting started guide](https://dexidp.io/docs/getting-started/) for more details. 2. Setup oauth2-proxy with the correct provider and using the default ports and callbacks. Add a configuration block to the `staticClients` section of `examples/config-dev.yaml`: