forked from baron/baron-sso
sso-test 고정 제거
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user