Replies: 2 comments 1 reply
-
Hey @luanfrv9 Could you provide a simple reproducible test case, maybe in a repo that I could clone to confirm? Alternatively you could maybe start a settings flow on behalf of the user to unlink a social sign-in |
Beta Was this translation helpful? Give feedback.
-
@vinckr thanks for your attention! cheers |
Beta Was this translation helpful? Give feedback.
-
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