Skip to content
Snippets Groups Projects
Verified Commit c63f936a authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix hydra redirect urls

TRIGGER_JOBS="enable-nextcloud,enable-wekan"
parent 1ac79c5e
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,9 @@ data:
urls:
self:
issuer: "https://sso.${domain}"
login: "https://sso.${domain}/login"
consent: "https://sso.${domain}/consent"
login: "https://sso.${domain}/login/auth"
consent: "https://sso.${domain}/login/consent"
logout: "https://sso.${domain}/login/logout"
secrets:
system:
- "${hydra_system_secret}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment