1
0
forked from baron/baron-sso
This commit is contained in:
ai-cell-a100-1
2026-04-20 16:47:50 +09:00
parent 44a853408e
commit 7ecb19e397
16 changed files with 11728 additions and 89 deletions

View File

@@ -83,10 +83,10 @@ serve:
urls:
self:
issuer: http://127.0.0.1:4444
consent: http://127.0.0.1:3000/consent
login: http://127.0.0.1:3000/login
logout: http://127.0.0.1:3000/logout
issuer: ${URLS_SELF_ISSUER}
consent: ${URLS_CONSENT}
login: ${URLS_LOGIN}
logout: ${URLS_LOGOUT}
device:
verification: http://127.0.0.1:3000/device/verify
success: http://127.0.0.1:3000/device/success