`How to unlink TOTP Authenticator app as admin:` `...
# ory-network
g
How to unlink TOTP Authenticator app as admin:
`Kratos`We are using the Native API and as far as we know unlinking the totp app is not possible using the API. So, we need to find a way how to do it as admin user. Any suggestions? We already know about secret keys but are searching for an easier way to handle if someone lose access to their phone! In Ory console it's not possible to make changes to the user data by admin access
b
g
Oh great! Thanks 🙂
Is there a way to use it in the SDK?
b
It should be, as part of the admin API
deleteIdentityCredentials
.
g
Using the IdentityAPI from Kratos and can't find anything similar to it!
b
I think it is only contained in the ory-client package, not the kratos specific one. Which language are you using?
g
c# 🙂
b
Have you seen https://github.com/ory/client-dotnet? That should contain the method.