Skip to content

Commit d6f57b2

Browse files
committed
Add URL for Hydra device flow
1 parent 3e61171 commit d6f57b2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/ory-hydra/templates/config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ data:
99
URLS_SELF_ISSUER: "https://hydra.{{.Values.baseDomain}}"
1010
URLS_LOGIN: "https://user.{{.Values.baseDomain}}/oauth2/login"
1111
URLS_CONSENT: "https://user.{{.Values.baseDomain}}/oauth2/consent"
12+
URLS_DEVICE_VERIFICATION: "https://user.{{.Values.baseDomain}}/oauth2/device-login"
1213
STRATEGIES_ACCESS_TOKEN: "jwt"
1314
OAUTH2_CLIENT_CREDENTIALS_DEFAULT_GRANT_ALLOWED_SCOPE: "true"
1415
# 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
1516
DB_USER: "hydra"
16-
DB_NAME: "ory-hydra"
17+
DB_NAME: "ory-hydra"

0 commit comments

Comments
 (0)