Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix filepath of Dex example config #8657

Merged
merged 3 commits into from
Oct 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/8657.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix the filepath of Dex's example config and the link to Dex's Getting Started guide in the OpenID Connect docs.
5 changes: 2 additions & 3 deletions docs/openid.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ Here are a few configs for providers that should work with Synapse.
Although it is designed to help building a full-blown provider with an
external database, it can be configured with static passwords in a config file.

Follow the [Getting Started
guide](https://github.com/dexidp/dex/blob/master/Documentation/getting-started.md)
Follow the [Getting Started guide](https://dexidp.io/docs/getting-started/)
to install Dex.

Edit `examples/config-dev.yaml` config file from the Dex repo to add a client:
Expand All @@ -73,7 +72,7 @@ staticClients:
name: 'Synapse'
```

Run with `dex serve examples/config-dex.yaml`.
Run with `dex serve examples/config-dev.yaml`.

Synapse config:

Expand Down