Skip to content

Commit

Permalink
Merge pull request oauth2-proxy#1550 from mhienle/patch-1
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
JoelSpeed authored Feb 11, 2022
2 parents ad4f7bc + 590b7a6 commit c5a98c6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/configuration/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-6.1.x/configuration/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-7.0.x/configuration/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-7.1.x/configuration/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-7.2.x/configuration/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit c5a98c6

Please sign in to comment.