'MSAL SSO not working for app that built in different framework
We have iOS apps that are built in Xamarin, swift and objective c. We change the authentication of those apps to use Azure AD to easily implement SSO using MSAL library. The problem now is, it seems that SSO doesn't work if your app is built in different platform.
I thought if you enable access to com.microsoft.adalcache the SSO will work.
.WithIosKeychainSecurityGroup("com.microsoft.adalcache")
.WithIosKeychainSecurityGroup("com.microsoft.identity.universalstorage")
Is there a reason why it is not working when apps are built in different platform?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|