forked from baron/baron-sso
42 lines
896 B
YAML
42 lines
896 B
YAML
dsn: memory
|
|
|
|
serve:
|
|
cookies:
|
|
same_site_mode: Lax
|
|
public:
|
|
cors:
|
|
enabled: true
|
|
allowed_origins:
|
|
- "*"
|
|
allowed_methods:
|
|
- POST
|
|
- GET
|
|
- PUT
|
|
- PATCH
|
|
- DELETE
|
|
allowed_headers:
|
|
- Authorization
|
|
- Content-Type
|
|
exposed_headers:
|
|
- Content-Type
|
|
allow_credentials: true
|
|
|
|
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
|
|
|
|
secrets:
|
|
system:
|
|
- youReallyNeedToChangeThis
|
|
|
|
oidc:
|
|
subject_identifiers:
|
|
supported_types:
|
|
- pairwise
|
|
- public
|
|
pairwise:
|
|
salt: youReallyNeedToChangeThis
|