mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 11:37:01 -07:00
Updated config files
This commit is contained in:
parent
747ca162ed
commit
a3f0caf4ff
3 changed files with 43 additions and 5 deletions
|
|
@ -1,13 +1,17 @@
|
|||
serve:
|
||||
cookies:
|
||||
same_site_mode: Lax
|
||||
names:
|
||||
login_csrf: login
|
||||
consent_csrf: consent
|
||||
session: session
|
||||
|
||||
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
|
||||
consent: http://127.0.0.1:4455/consent
|
||||
login: http://127.0.0.1:4455/login
|
||||
logout: http://127.0.0.1:4455/logout
|
||||
|
||||
secrets:
|
||||
system:
|
||||
|
|
@ -19,4 +23,14 @@ oidc:
|
|||
- pairwise
|
||||
- public
|
||||
pairwise:
|
||||
salt: youReallyNeedToChangeThis
|
||||
salt: youReallyNeedToChangeThis
|
||||
|
||||
oauth2:
|
||||
grant:
|
||||
jwt:
|
||||
jti_optional: true
|
||||
iat_optional: true
|
||||
max_ttl: 1h
|
||||
|
||||
log:
|
||||
leak_sensitive_values: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue