We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b273f4d commit 1c09c03Copy full SHA for 1c09c03
1 file changed
apps/ory-hydra/templates/config.yaml
@@ -10,6 +10,7 @@ data:
10
URLS_LOGIN: "https://user.{{.Values.baseDomain}}/oauth2/login"
11
URLS_CONSENT: "https://user.{{.Values.baseDomain}}/oauth2/consent"
12
URLS_DEVICE_VERIFICATION: "https://user.{{.Values.baseDomain}}/oauth2/device-login"
13
+ URLS_DEVICE_SUCCESS: "https://user.{{.Values.baseDomain}}/oauth2/device-done"
14
STRATEGIES_ACCESS_TOKEN: "jwt"
15
OAUTH2_CLIENT_CREDENTIALS_DEFAULT_GRANT_ALLOWED_SCOPE: "true"
16
# These are only used for mariadb init script, it is redundant in the DSN secret! Don't forget to also create a secret for DB_PASSWORD
0 commit comments