|
|
|
@ -76,4 +76,40 @@ notifier:
|
|
|
|
|
sender: authelia@auth.jaredtsmith.com |
|
|
|
|
subject: "[Authelia] {title}" |
|
|
|
|
disable_require_tls: true # set to true if your domain uses no tls or ssl only |
|
|
|
|
disable_html_emails: false # set to true if you don't want html in your emails |
|
|
|
|
disable_html_emails: false # set to true if you don't want html in your emails |
|
|
|
|
|
|
|
|
|
identity_providers: |
|
|
|
|
oidc: |
|
|
|
|
hmac_secret: |
|
|
|
|
issuer_private_key: | |
|
|
|
|
--- KEY START |
|
|
|
|
--- KEY END |
|
|
|
|
access_token_lifespan: 1h |
|
|
|
|
authorize_code_lifespan: 1m |
|
|
|
|
id_token_lifespan: 1h |
|
|
|
|
refresh_token_lifespan: 90m |
|
|
|
|
enable_client_debug_messages: false |
|
|
|
|
clients: |
|
|
|
|
- id: outline |
|
|
|
|
description: Outline Wiki |
|
|
|
|
secret: |
|
|
|
|
public: false |
|
|
|
|
authorization_policy: one_factor |
|
|
|
|
audience: [] |
|
|
|
|
scopes: |
|
|
|
|
- openid |
|
|
|
|
- groups |
|
|
|
|
- email |
|
|
|
|
- profile |
|
|
|
|
redirect_uris: |
|
|
|
|
- https://wiki.jaredtsmith.com/auth/oidc.callback |
|
|
|
|
grant_types: |
|
|
|
|
- refresh_token |
|
|
|
|
- authorization_code |
|
|
|
|
response_types: |
|
|
|
|
- code |
|
|
|
|
response_modes: |
|
|
|
|
- form_post |
|
|
|
|
- query |
|
|
|
|
- fragment |
|
|
|
|
userinfo_signing_algorithm: none |
|
|
|
|