add steps for allowing manual login

This commit is contained in:
Deborah Barnard 2023-06-01 14:11:09 +01:00
parent 4c08893e01
commit 1f52884df3
2 changed files with 9 additions and 1 deletions

View File

@ -4,7 +4,7 @@ The **Settings** > **Users** page shows all users, including ones with pending i
## Delete a user
1. Click the menu icon by the user you want to delete.
1. Select the menu icon by the user you want to delete.
2. Confirm you want to delete them.
3. If they're an active user, choose whether to copy their workflow data and credentials to a new user, or permanently delete their workflows and credentials.

View File

@ -53,6 +53,14 @@ Documentation links for common IdPs.
| Okta | n8n provides a [Workforce Identity setup guide](/user-management/saml/okta/) |
| PingIdentity | [PingOne SSO](https://docs.pingidentity.com/r/en-us/pingone/pingone_p1sso_start){:target=_blank .external-link} |
## Exempt users
You can allow users to log in without using SAML. To do this:
1. Go to **Settings** > **Users**.
2. Select the menu icon by the user you want to exempt from SAML.
3. Select **Allow Manual Login**.
## Deleting users
If you remove a user from your IdP, they remain logged in to n8n. You need to manually remove them from n8n as well. Refer to [Manage users](/user-management/manage-users/) for guidance on deleting users.