Skip to content
Snippets Groups Projects
Unverified Commit f6a3859a authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

Fix filepath of Dex example config (#8657)

parent 4ac3a8c5
No related branches found
No related tags found
No related merge requests found
Fix the filepath of Dex's example config and the link to Dex's Getting Started guide in the OpenID Connect docs.
......@@ -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:
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment