docs: add trick to kill NC OIDC cache

This commit is contained in:
decentral1se 2021-10-19 11:52:29 +02:00
parent 9aadebcb98
commit e7942ec892
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 7 additions and 0 deletions

View File

@ -47,6 +47,13 @@ You can use [this trick](https://janikvonrotz.ch/2020/10/20/openid-connect-with-
You might also need the following "Why is my synchronisation.." change if you see an error `'redirect_uri' is invalid`.
If you ever need to change the realm, you'll need to reset the cache with:
```
docker exec -u www-data <container-id> php occ config:app:delete oidc_login last_updated_well_known
docker exec -u www-data <container-id> php occ config:app:delete oidc_login last_updated_jwks
```
#### Why is my synchronisation client freezing on the "grant access" step?
Please see [this ticket](https://git.autonomic.zone/coop-cloud/nextcloud/issues/5).