add commands to generate client id and secret
This commit is contained in:
parent
c90b3c6881
commit
6b627c6db7
10
README.md
10
README.md
@ -52,6 +52,16 @@ APP_ICONS="nextcloud:~/.abra/recipes/authentik/icons/nextcloud.png"
|
|||||||
|
|
||||||
Set the nextcloud Icon using `abra app cmd -l -d <app_name> set_icons`
|
Set the nextcloud Icon using `abra app cmd -l -d <app_name> set_icons`
|
||||||
|
|
||||||
|
Generate OAuth client id and secret using `abra app secret generate <app_name> -a` (all secrets) or individually:
|
||||||
|
- `abra app secret generate <app_name> nextcloud_id`
|
||||||
|
- `abra app secret generate <app_name> nextcloud_secret`
|
||||||
|
|
||||||
|
Add the id and secret to nextcloud as secrets with:
|
||||||
|
- `abra app secret insert <nextcloud_app_name> authentik_id v1 <id>`
|
||||||
|
- `abra app secret insert <nextcloud_app_name> authentik_secret v1 <secret>`
|
||||||
|
|
||||||
|
Redeploy Authentik to enable the nextcloud client.
|
||||||
|
|
||||||
The configuration inside Nextcloud can be found in the [nextcloud recipe](https://git.coopcloud.tech/coop-cloud/nextcloud#authentik-integration)
|
The configuration inside Nextcloud can be found in the [nextcloud recipe](https://git.coopcloud.tech/coop-cloud/nextcloud#authentik-integration)
|
||||||
|
|
||||||
## Add LDAP outpost
|
## Add LDAP outpost
|
||||||
|
Loading…
x
Reference in New Issue
Block a user