You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use the SDK to call the resetPassword method in order to set a user provider type to FEDERATION, as specified in the documentation to allow a user to use SSO, but was unable to set provider in the query params object. I see in generated-client.d.ts that sendEmail is the only parameter declared, and as a result, I have to cast the param object to any in order to send provider. Not a huge deal, but figured the SDK could be updated since the documentation is showing this use case.
Describe the feature request?
I was trying to use the SDK to call the
resetPassword
method in order to set a user provider type toFEDERATION
, as specified in the documentation to allow a user to use SSO, but was unable to setprovider
in the query params object. I see in generated-client.d.ts thatsendEmail
is the only parameter declared, and as a result, I have to cast the param object to any in order to sendprovider
. Not a huge deal, but figured the SDK could be updated since the documentation is showing this use case.New or Affected Resource(s)
query parameters for resetPassword method
Provide a documentation link
https://developer.okta.com/docs/reference/api/users/#request-example-convert-a-user-to-a-federated-user
Additional Information?
No response
The text was updated successfully, but these errors were encountered: