Authentication method per application

Hi
Can I have different authentication method per application? for example application 1 uses Username-Password-Authentication and app2 passwordless authentication.
Thanks

Hi @yassineferjani

Yes, you can. Be aware that each connection (Username-Password-Authentication is a DB Connection, and passwordless is a different connection) doesn’t share users with other connections.

So your app 1 and app 2 would have disjoint user bases.

John

1 Like

Thanks john, and will app1 and app 2 use the same Universal Login UI? and depending on the authentication method the user will be prompt to enter either username + pw or phone number?

Any updates on this? when I set connection in my application to passwordless email I get this error when trying to login: no connections enabled for the client