okta / okta-oidc-android

OIDC SDK for Android
https://github.com/okta/okta-oidc-android
Other
60 stars 45 forks source link

Clear All User Sessions via SDK #335

Closed thereallukesimpson closed 1 year ago

thereallukesimpson commented 1 year ago

Describe the feature request?

Hi. In the docs I can see mention of this functionality in a couple for places, e.g. here and here.

Is there something similar in the Android SDK where we can clear all sessions for a user and force password entry on the subsequent login for all devices on which the user has an active session? Or can you point me to the REST API for this functionality?

New or Affected Resource(s)

Okta Android OIDC SDK

Provide a documentation link

https://support.okta.com/help/s/question/0D54z00007avlXKCAY/log-out-of-all-devices?language=en_US https://help.okta.com/wf/en-us/Content/Topics/Workflows/connector-reference/okta/actions/clearusersessions.htm

Additional Information?

No response

JayNewstrom commented 1 year ago

Hi @thereallukesimpson I'm not aware of a way to do this from the client side (I think you need a management token to do it)

However, feel free to reach out to support@okta.com, as they will have a better understanding of the entire product ecosystem.