mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-02 06:14:42 +01:00
37 lines
738 B
YAML
37 lines
738 B
YAML
hydra:
|
|
enabled: False
|
|
config:
|
|
serve:
|
|
cookies:
|
|
same_site_mode: Lax
|
|
|
|
public:
|
|
port: 4444
|
|
admin:
|
|
port: 4445
|
|
urls:
|
|
self:
|
|
issuer: https://URL_BASE/connect
|
|
public: https://URL_BASE/connect
|
|
admin: http://localhost:4445
|
|
login: https://URL_BASE/login
|
|
logout: https://URL_BASE/logout
|
|
identity_provider:
|
|
url: http://127.0.0.1:4434/admin
|
|
publicUrl: https://URL_BASE/auth
|
|
headers:
|
|
Authorization: Bearer some-token
|
|
|
|
secrets:
|
|
system: []
|
|
|
|
oidc:
|
|
subject_identifiers:
|
|
supported_types:
|
|
- pairwise
|
|
- public
|
|
pairwise:
|
|
salt: ""
|
|
|
|
sqa:
|
|
opt_out: true |