Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS: Document logging out of CILogon #974

Merged
merged 12 commits into from
Feb 9, 2022
5 changes: 5 additions & 0 deletions docs/howto/configure/auth-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,11 @@ To enable CILogon authentication:
Don't forget to allow login to the test user (`deployment-service-check`), otherwise the hub health check performed during deployment will fail.
```

```{note}
If a user wishes to change which account they login with, they will need to go to the [CILogon's logout page](https://cilogon/logout) before using the same CILogon Identity Provider with another account.

However, if another Indentity Provider is to be used, then the extra logout step is no longer required.
```

### Example config for CILogon

Expand Down