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