elegant-airline-89652
01/09/2023, 4:34 PMsubject
ID must be the ID of the user on the given platform. Usually, this is the sub
claim of the OpenID Connect ID Token provider such as Google.
{
"schema_id": "<preset://email>",
"traits": {
"email": "<mailto:docs-oidc@example.org|docs-oidc@example.org>"
},
"credentials": {
"oidc": {
"config": {
"providers": [
{
"provider": "github",
"subject": "12345"
},
{
"provider": "google",
"subject": "12345"
}
]
}
}
}
}