Update dex.yaml
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Dex OIDC Provider Configuration
|
# Dex OIDC Provider Configuration
|
||||||
# Docs: https://dexidp.io/docs/
|
# Docs: https://dexidp.io/docs/
|
||||||
|
|
||||||
issuer: http://localhost:5556/dex
|
issuer: https://dex.sgu.hu/dex
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
type: sqlite3
|
type: sqlite3
|
||||||
@@ -17,7 +17,7 @@ oauth2:
|
|||||||
staticClients:
|
staticClients:
|
||||||
- id: outline
|
- id: outline
|
||||||
redirectURIs:
|
redirectURIs:
|
||||||
- "http://localhost:3000/auth/oidc.callback"
|
- "https://wiki.sgu.hu/auth/oidc.callback"
|
||||||
name: "Outline"
|
name: "Outline"
|
||||||
secret: outline-secret
|
secret: outline-secret
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user