Hello,
We’d like to enable our partners to use their own SAML IdP to log their users into our apps. As a proof-of-concept, I’ve gone through the super helpful example here for configuring Auth0 to act as both the SAML SP and IdP. The only difference is that I’m using a native application (configured on the SP Auth0 tenant of course).
I’ve configured Lock on iOS to use the enterprise connection alone, but when I attempt to login, I get the following error:
ERROR | DatabaseAuthenticable.swift:86 - Failed login of user <omitted> with error invalid connection specified for password grant
Any thoughts on what might be going on?
Thanks