IOS passwordless "no connections enabled for the client"

Hi,

we have an IOS app that’s I supposed to use Auth0 Passwordless via SMS. We are having some problems with the implementation. When trying to login we get an error with the message “no connections enabled for the client”. Of course I did check in the settings of the Application if the passwordless sms connection is enabled (it is). So I am out of ideas why this might be happening. Our IOS code related to the login looks like this:

Auth0
            .webAuth(clientId: self.auth0Config.clientId, domain: self.auth0Config.domain)
            .scope("offline_access")
            .audience(self.auth0Config.audience)

Can someone from Auth0 look into this? I can’t really guess what the problem is based on the error message.

Hi @flle,

Welcome Back!

Can you DM me your tenant name and the client id?

Thanks,
Dan

1 Like

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