Issue
Looking to integrate SAML instead of oAuth using MSAL (Microsoft Authentication Library). I have a working android application with oauth login which was setup using the link. Now, since the application is configured with SAML for SSO in Enterprise application option in the azure portal I want the application to login using the SAML IDP but the application keeps loading the old oAuth authentication. What am I missing here?
Solution
MSAL does not support SAML. It only supports OAuth / OpenID Connect.
You need to integrate with a SAML stack.
Answered By - rbrayb
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.