I am trying to implement a Microsoft Azure AD Login authentication on my Expo app. All the keys and IDs are set, but once I login with my account using the two factor authentication, Safari is unable to open the redirectUri.
It says: "Safari is unable to open the page because the address is invalid"
My redirectUri is set as msauth.com.negocie://auth (being 'com.negocie' the bundleID of my app)
Once I change it to redirectUri: makeRedirectUri({msauth.com.negocie:://auth}) it crashes the app
How should I authenticate my users?