lemon-xylophone-61253
11/07/2023, 9:29 AMupdateIdentity
and patchIdentity
operations, but it seems they only allow me to add providers, not remove them. Is this simply missing from the API? Thanks in advance.magnificent-energy-493
lemon-xylophone-61253
11/07/2023, 10:47 AM{
"credentials": {
"oidc": {
"config": {
"providers": []
}
}
},
"schema_id": "user",
"state": "active",
"traits": {
"name": {
"last": "bar",
"first": "foo"
},
"email": "<mailto:foo@bar.com|foo@bar.com>"
}
}
Result:
{
"id": "0bbc6e4b-fc87-45e8-960c-922e9d518bcd",
"credentials": {
"oidc": {
"type": "oidc",
"identifiers": [
"google:123123123123"
],
"version": 0,
...
lemon-xylophone-61253
11/07/2023, 10:49 AM"oidc": {
"config": {
"providers": [
{
"provider": "google",
"subject": "123123123123"
}
]
...
to the request results in a 409 conflictlemon-xylophone-61253
11/07/2023, 10:53 AM"config": {
"providers": [
{
"provider": "whatever",
"subject": "123456789"
}
]
...
Result:
"id": "0bbc6e4b-fc87-45e8-960c-922e9d518bcd",
"credentials": {
"oidc": {
"type": "oidc",
"identifiers": [
"google:108351732960792347704",
"whatever:123456789"
],
lemon-xylophone-61253
11/08/2023, 12:00 PMmagnificent-energy-493
lemon-xylophone-61253
11/08/2023, 12:56 PMmagnificent-energy-493
lemon-xylophone-61253
11/08/2023, 1:58 PMmagnificent-energy-493
lemon-xylophone-61253
11/09/2023, 7:49 AMlemon-xylophone-61253
11/16/2023, 8:13 AMbroad-rainbow-22760
12/05/2023, 8:40 AMdamp-car-18231
01/03/2024, 2:54 PMmagnificent-energy-493
damp-car-18231
01/23/2024, 1:36 PM