okta / okta-auth-js

The official js wrapper around Okta's auth API
Other
447 stars 261 forks source link

Add revokeSessions for OktaPassword #1505

Closed denysoblohin-okta closed 5 months ago

denysoblohin-okta commented 6 months ago

Adds revokeSessions input value for OktaPassword authenticator. Should be mapped to credentials.revokeSessions in IDX API request. revokeSessions is an optional parameter used for ResetAuthenticator remediator.

Fixes issue https://github.com/okta/okta-auth-js/issues/1453

Internal ref: https://oktainc.atlassian.net/browse/OKTA-645241