Added SSO updates to gitea and matrix
This commit is contained in:
parent
1f8705e208
commit
d606c3e2a4
@ -32,6 +32,7 @@ services:
|
||||
- "caddy.$DOMAIN:$EXTERNALIP"
|
||||
- "blog.$DOMAIN:$EXTERNALIP"
|
||||
- "documentation.$DOMAIN:$EXTERNALIP"
|
||||
- "authelia.$DOMAIN:$EXTERNALIP"
|
||||
ports:
|
||||
- "2222:22"
|
||||
env_file:
|
||||
|
@ -263,6 +263,7 @@ cat >> /federated/apps/authelia/data/config/idproviders.yml <<EOF
|
||||
- client_id: 'matrix'
|
||||
client_name: 'Matrix'
|
||||
client_secret: $MATRIX_CLIENT_SECRET_HASH
|
||||
consent_mode: 'implicit'
|
||||
public: false
|
||||
authorization_policy: 'one_factor'
|
||||
redirect_uris:
|
||||
|
Loading…
x
Reference in New Issue
Block a user