plain-lunch-50969
05/07/2024, 7:25 PMchilly-king-10285
05/07/2024, 7:25 PMchilly-king-10285
05/07/2024, 7:25 PMhttp(s)://<domain-of-ory-kratos>:<public-port>/self-service/methods/oidc/callback/<social-signin-provider-id>
Replace <domain-of-ory-kratos>
, <public-port>
, and <social-signin-provider-id>
with your specific values. This URL should be set as the redirect URI in your OIDC provider's configuration. For more detailed steps on adding a social sign-in provider, you can refer to the [Ory documentation](https://www.ory.sh/docs/self-hosted/kratos/configuration/oidc).plain-lunch-50969
05/07/2024, 7:35 PMchilly-king-10285
05/07/2024, 7:35 PMchilly-king-10285
05/07/2024, 7:35 PMprovider
field in the configuration JSON is where you specify this ID. Here's an example: json { "credentials": { "oidc": { "config": { "providers": [ { "provider": "github", "subject": "12345" }, { "provider": "google", "subject": "12345" } ] } } } }
In this example, "github" and "google" are the provider IDs. For more details, you can refer to the [Ory documentation](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities#social-sign-in-connections).