I'm using this plugin for Microsoft login in my mobile application. I have followed the instructions provided in the demo application, but after logging in via Microsoft's login screen, it's not redirecting back to my mobile application.
Hi Shrikar,
I'll suggest you to use the Microsoft Login Connector Management component to integrate Microsoft Login.
I was able to redirect using Microsoft.
Did you registered the redirect uri with Microsoft following the standard:
{your mobile application id}://oauth_callback
For the demo, we used:
com.outsystemscloud.rafaelsalomao.OAuth2PluginDemo://oauth_callback