Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable User and Revoke all sessions #415

Open
4 of 5 tasks
HobDev opened this issue Feb 10, 2025 · 3 comments
Open
4 of 5 tasks

Disable User and Revoke all sessions #415

HobDev opened this issue Feb 10, 2025 · 3 comments
Labels
feat New feature or request.

Comments

@HobDev
Copy link

HobDev commented Feb 10, 2025

Preflight checklist

Ory Network Project

No response

Describe your problem

In the business scenarios sometimes the user needs to be disabled or de-activated.

Describe your ideal solution

I don't find any way in the ory console to disable/de-activate an identity. I do find the way to terminate a session. It would be nice to have a button to terminate all sessions of an identity at once. I am not sure whether this is possible through the .NET SDK.

Workarounds or alternatives

NA

Version

Ory.Client Version="1.16.2"

Additional Context

No response

@HobDev HobDev added the feat New feature or request. label Feb 10, 2025
@aeneasr
Copy link
Member

aeneasr commented Feb 10, 2025

You can do that by changing the identity‘s state to inactive using patchidentity or updateidentity

@HobDev
Copy link
Author

HobDev commented Feb 11, 2025

@aeneasr
So, it's possible through SDK but not ory console?

@aeneasr
Copy link
Member

aeneasr commented Feb 11, 2025

Yes, you can do it with the SDK/API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request.
Projects
None yet
Development

No branches or pull requests

2 participants