forked from baron/baron-sso
ory용 MCP 제작, devfront/adminfront 백엔드 연결
This commit is contained in:
@@ -3,6 +3,36 @@ dsn: memory
|
||||
serve:
|
||||
cookies:
|
||||
same_site_mode: Lax
|
||||
admin:
|
||||
cors:
|
||||
enabled: true
|
||||
allowed_origins:
|
||||
- "*"
|
||||
allowed_methods:
|
||||
- POST
|
||||
- GET
|
||||
- PUT
|
||||
- PATCH
|
||||
- DELETE
|
||||
- CONNECT
|
||||
- HEAD
|
||||
- OPTIONS
|
||||
- TRACE
|
||||
allowed_headers:
|
||||
- Authorization
|
||||
- Accept
|
||||
- Content-Type
|
||||
- Content-Length
|
||||
- Accept-Language
|
||||
- Content-Language
|
||||
exposed_headers:
|
||||
- Content-Type
|
||||
- Cache-Control
|
||||
- Expires
|
||||
- Last-Modified
|
||||
- Pragma
|
||||
- Content-Length
|
||||
- Content-Language
|
||||
public:
|
||||
cors:
|
||||
enabled: true
|
||||
@@ -14,11 +44,25 @@ serve:
|
||||
- PUT
|
||||
- PATCH
|
||||
- DELETE
|
||||
- CONNECT
|
||||
- HEAD
|
||||
- OPTIONS
|
||||
- TRACE
|
||||
allowed_headers:
|
||||
- Authorization
|
||||
- Accept
|
||||
- Content-Type
|
||||
- Content-Length
|
||||
- Accept-Language
|
||||
- Content-Language
|
||||
exposed_headers:
|
||||
- Content-Type
|
||||
- Cache-Control
|
||||
- Expires
|
||||
- Last-Modified
|
||||
- Pragma
|
||||
- Content-Length
|
||||
- Content-Language
|
||||
allow_credentials: true
|
||||
|
||||
urls:
|
||||
@@ -27,11 +71,18 @@ urls:
|
||||
consent: http://127.0.0.1:3000/consent
|
||||
login: http://127.0.0.1:3000/login
|
||||
logout: http://127.0.0.1:3000/logout
|
||||
device:
|
||||
verification: http://127.0.0.1:3000/device/verify
|
||||
success: http://127.0.0.1:3000/device/success
|
||||
|
||||
secrets:
|
||||
system:
|
||||
- youReallyNeedToChangeThis
|
||||
|
||||
webfinger:
|
||||
oidc_discovery:
|
||||
client_registration_url: http://127.0.0.1:4444/oauth2/register
|
||||
|
||||
oidc:
|
||||
subject_identifiers:
|
||||
supported_types:
|
||||
@@ -39,3 +90,5 @@ oidc:
|
||||
- public
|
||||
pairwise:
|
||||
salt: youReallyNeedToChangeThis
|
||||
dynamic_client_registration:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user