This commit is contained in:
parent
88fe75dabe
commit
b437faa671
2 changed files with 13 additions and 3 deletions
|
@ -11,7 +11,7 @@ Authentik SSO:
|
||||||
- Erstelle Application
|
- Erstelle Application
|
||||||
- Start URL: <hedgedoc_domain>
|
- Start URL: <hedgedoc_domain>
|
||||||
|
|
||||||
Setze folgende Konfiguration mit `abra app YOURAPPDOMAIN config` und ersetze <authentik_domain> und <client_id>:
|
Setze folgende Konfiguration mit `abra app YOURAPPDOMAIN config` und ersetze `<authentik_domain>` und `<client_id>`:
|
||||||
```
|
```
|
||||||
COMPOSE_FILE="$COMPOSE_FILE:compose.oauth.yml"
|
COMPOSE_FILE="$COMPOSE_FILE:compose.oauth.yml"
|
||||||
CMD_OAUTH2_PROVIDERNAME=local-it
|
CMD_OAUTH2_PROVIDERNAME=local-it
|
||||||
|
@ -27,8 +27,9 @@ CMD_OAUTH2_SCOPE="openid email profile"
|
||||||
SECRET_OAUTH_KEY_VERSION=v1
|
SECRET_OAUTH_KEY_VERSION=v1
|
||||||
```
|
```
|
||||||
|
|
||||||
Füge das secret aus Authentik ein:
|
Füge das client secret aus Authentik ein:
|
||||||
`abra app secret insert pad.kaputt.cloud oauth_key v1 <authentik_secret`
|
|
||||||
|
`abra app secret insert pad.kaputt.cloud oauth_key v1 <authentik_secret>`
|
||||||
|
|
||||||
Weitere Optionen:
|
Weitere Optionen:
|
||||||
|
|
||||||
|
|
9
docs/installation/rallly.md
Normal file
9
docs/installation/rallly.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
title: Single-Sign-On Provider
|
||||||
|
---
|
||||||
|
|
||||||
|
# Single-Sign-On Provider
|
||||||
|
|
||||||
|
[Rallly](https://github.com/lukevella/rallly) ist unsere Terminumfrage Software.
|
||||||
|
|
||||||
|
Setup: [https://git.coopcloud.tech/coop-cloud/rallly](https://git.coopcloud.tech/coop-cloud/rallly)
|
Loading…
Reference in a new issue