Get a list of security questions

Is there a way to get a list of all security questions without having the user id?

The only api I could find is: https://developer.okta.com/docs/reference/api/factors/#list-security-questions

But I need some api to get the list of questions before I create my user and know the user id.

  1. Don’t use security questions. :slight_smile:

  2. Have a look here in the testing harness for Okta’s github repo: https://github.com/okta/okta-auth-js/blob/15b4552130f06c6e6d2ed68379a0d6032498026d/test/support/xhr/questions.js