most-river-7586
01/05/2024, 1:39 AMselfservice:
methods:
oidc:
config:
providers:
- id: okta-test
provider: generic
client_id: "id"
client_secret: "secret"
issuer_url: <https://login.example.com>
mapper_url: <base64://bG9jYWwgY2xhaW1zID0gc3RkLmV4dFZhcignY2xhaW1zJyk7Cgp7CiAgaWRlbnR>pdHk6IHsKICAgIHNjaGVtYV9pZDogImFkbWluLXVzZXIiLAogICAgdHJhaXRzOiB7CiAgICAgIGVtYWlsOiBjbGFpbXMuZW1haWwsCiAgICB9LAogIH0sCn0K
scope:
- openid
- profile
- email
identity:
default_schema_id: user
schemas:
- id: user
url: file:///etc/config/kratos/user-schema.json
- id: admin-user
url: file:///etc/config/kratos/admin-user-schema.json
where I want my okta-test
provider to use the admin-user
schema, instead of the default user
schema. How can I specify that?most-river-7586
01/05/2024, 7:35 AMokta-test
provider, I want the Kratos identity to be validated and created using the admin-user
schema. Currently, user
is set as the default_schema_id
, so it's using that. But I want to use admin-user
instead. How can I make that happen?billowy-mouse-4611
01/05/2024, 7:43 AMmost-river-7586
01/05/2024, 7:52 AMbillowy-mouse-4611
01/05/2024, 12:24 PMmost-river-7586
01/05/2024, 7:29 PM