<@U04UQ68083H> can you give me a valid empty `mapp...
# ory-copilot
g
@chilly-king-10285 can you give me a valid empty
mapper_url
for the oidc providers in kratos.yml?
b
A message from kapa.ai
The
mapper_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:
Copy code
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)