forked from coop-cloud/docs.coopcloud.tech
docs: add trick to kill NC OIDC cache
This commit is contained in:
parent
9aadebcb98
commit
e7942ec892
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user