add oidc.baseUrl as a configurable variable for the Hydra base URL
This commit is contained in:
parent
a4a3b7be64
commit
899da273f4
2 changed files with 2 additions and 0 deletions
|
|
@ -252,6 +252,7 @@ backend:
|
|||
oidc:
|
||||
clientId: dashboard
|
||||
clientSecret: ReplaceWithSecret
|
||||
baseUrl: https://sso.stackspin.example.org
|
||||
authorizationBaseUrl: https://sso.stackspin.example.org/oauth2/auth
|
||||
tokenUrl: https://sso.stackspin.example.org/oauth2/token
|
||||
|
||||
|
|
|
|||
Reference in a new issue