Hello,
Currently, I have an issue with integrating the Azure Login into my React Native app, Does anyone know what needs to be done? I’ve consulted with ChatGpt and it mentioned that we need to use the PKCE Authentication. Is that the only way to enable it?
I have implemented it on my Web login. Could I perhaps use what I’ve done on web for Mobile?
Hi @nik.arief,
Welcome back to the Auth0 Community!
What is the issue you are experiencing?
We have this doc on Native apps and Azure AD: Connect Your Native App to Microsoft Azure Active Directory Using Resource Owner Flow
Native apps and web apps work differently so using the same configuration for mobile will likely not be possible.
Thanks,
Mary Beth