Skip to content

Commit

Permalink
Add warning for user email oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
alxlion committed Aug 31, 2024
1 parent a592589 commit 5e8a7b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions integration/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ By default, Claper authenticate users with email and password. With OpenID Conne

Refers to the [configuration](/self-hosting/configuration.md) section to see how to set up OpenID Connect on your own instance.

:::warning User emails

To make your identity provider compatible with Claper, all your users should have an email.

:::

## Callback URL

The callback URL is the link that the external provider will redirect to after the user has authenticated.
Expand Down

0 comments on commit 5e8a7b3

Please sign in to comment.