You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm implementing a dashboard that enables admins to unlink an associated social sign in (made by the user through /public/self-service).
Tried using the endpoint DELETE /admin/identities/{id}/credentials/oidc?identifier={identifier} (doc link) but it fails with the reason message in the title.
Is it not possible to implement OIDC remotion by this way?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm implementing a dashboard that enables admins to unlink an associated social sign in (made by the user through
/public/self-service
).Tried using the endpoint
DELETE /admin/identities/{id}/credentials/oidc?identifier={identifier}
(doc link) but it fails with the reason message in the title.Is it not possible to implement OIDC remotion by this way?
Beta Was this translation helpful? Give feedback.
All reactions