We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc39a1 commit 42e3d07Copy full SHA for 42e3d07
docs/kratos/social-signin/05_generic.mdx
@@ -109,6 +109,13 @@ mapping.
109
The **Data mapping** section allows you to map the claims returned by the sign-in provider to traits as defined in the identity
110
schema.
111
112
+:::note
113
+
114
+For generic providers with `claims_source=userinfo`, the issuer claim will be ignored if the userinfo response is not signed. This
115
+behavior aligns with the OpenID Connect specification.
116
117
+:::
118
119
To define the mapping, create a Jsonnet code snippet. Read [this document](./data-mapping) to learn more about Jsonnet data
120
mapping.
121
0 commit comments