Basically my requirement is to build the custom login page for authenticate user, where user will enter his user and password and we will make some call to Azure to authenticate, authorisation and then public profile with graph api.
i have seen demo application which uses a auth lib for authentication but i want custom login page
https://docs.microsoft.com/en-us/graph/tutorials/react-native
so, is it possible ?