great-laptop-90610
10/14/2024, 1:25 PMmapper_url
for the oidc providers in kratos.yml?brief-egg-61061
10/14/2024, 1:25 PMbrief-egg-61061
10/14/2024, 1:25 PMmapper_url
in the oidc
providers configuration for kratos.yml
is used to map the desired claims to the Ory Identity schema. This is typically done using a Jsonnet code snippet that is either Base64 encoded or hosted under a URL accessible to the Ory Network. However, if you want to provide an empty mapper_url
, you can simply leave the value blank like so: yaml mapper_url: ""
Please note that this might not be a valid configuration depending on your use case, as the mapper_url
is typically required to map the claims from the provider to the Ory Identity schema. Sources: - [Ory Kratos Configuration](https://www.ory.sh/docs/self-hosted/kratos/configuration/oidc) - [Ory Kratos Social Sign-in](https://www.ory.sh/docs/kratos/social-signin/overview)