Redirect prompt

Hello,

I have integrated Auth0 library in my Xcode project. Whenever my app redirects user to AD Page to its organization, iOS shows a pop-up message as below,

“AppName” wants to use “auth0.com” to Sign in"

As per my understanding this message is prompted by iOS. Is it possible to

  • remove this message? OR
  • change the prompt message to “App wants to use your ID provider to sign in”?

As you mentioned the prompt is a system prompt inherent to the authentication flow being used. To my knowledge you cannot directly control the message, however, the message displays the TLD of the identity provider being used so if you can use custom domains then you may influence the TLD that gets shown.

1 Like

Thank you for quick reply. Let me try this.