diff --git a/docs/app-config-guide.md b/docs/app-config-guide.md index 94a7cbc8f..a09fd5487 100644 --- a/docs/app-config-guide.md +++ b/docs/app-config-guide.md @@ -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 php occ config:app:delete oidc_login last_updated_well_known +docker exec -u www-data 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).