Skip to content

Commit

Permalink
fix: clarify generic OIDC provider issuer behaviour (ory#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr committed Mar 1, 2024
1 parent cdc39a1 commit 42e3d07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/kratos/social-signin/05_generic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ mapping.
The **Data mapping** section allows you to map the claims returned by the sign-in provider to traits as defined in the identity
schema.

:::note

For generic providers with `claims_source=userinfo`, the issuer claim will be ignored if the userinfo response is not signed. This
behavior aligns with the OpenID Connect specification.

:::

To define the mapping, create a Jsonnet code snippet. Read [this document](./data-mapping) to learn more about Jsonnet data
mapping.

Expand Down

0 comments on commit 42e3d07

Please sign in to comment.