Does Auth0 Android and iOS SDK provide any API to get password policy details set in the Auth0 Dashboard

Do we have an API in the mobile SDK to get the password policy set on the Auth0 dashboard? We are building a native experience and we want to validate the password entered before registering the user. Any suggestions appreciated.

  • Android and iOS SDK
  • SDK Version: Android 2.0.0, iOS 2.1.0

Hi there @adarsha.nayak!

I assume when you say Native you are looking at an embedded approach as opposed to using universal login? See pros and cons here.

Regardless, I am not aware of an API to get connection password policies exposed by the SDK. We do provide some detail in the connection itself which you can get via the Management API. Some more on those details can be found here.

Hope this helps!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.