1
0
forked from baron/baron-sso

sso-test 고정 제거

This commit is contained in:
2026-02-02 16:59:28 +09:00
parent fb2541cb09
commit f756959bbe
3 changed files with 20 additions and 20 deletions

View File

@@ -87,7 +87,7 @@
"id": "hydra-well-known-oidc",
"description": "Hydra OIDC Discovery & JWKS (with /oidc prefix)",
"match": {
"url": "<.*>://sso-test.hmac.kr/oidc/.well-known/<.*>",
"url": "<.*>://<.*>/oidc/.well-known/<.*>",
"methods": ["GET", "OPTIONS"]
},
"upstream": {
@@ -116,7 +116,7 @@
"id": "hydra-oauth2-oidc",
"description": "Hydra OAuth2 Endpoints (with /oidc prefix)",
"match": {
"url": "<.*>://sso-test.hmac.kr/oidc/oauth2/<.*>",
"url": "<.*>://<.*>/oidc/oauth2/<.*>",
"methods": ["GET", "POST", "PUT", "DELETE", "PATCH", "OPTIONS"]
},
"upstream": {
@@ -145,7 +145,7 @@
"id": "hydra-userinfo-oidc",
"description": "Hydra Userinfo (with /oidc prefix)",
"match": {
"url": "<.*>://sso-test.hmac.kr/oidc/userinfo",
"url": "<.*>://<.*>/oidc/userinfo",
"methods": ["GET", "POST", "OPTIONS"]
},
"upstream": {