-
Notifications
You must be signed in to change notification settings - Fork 430
Open
Description
We have Integrated Intune and MSAL SDK in our app. Setup SAML based SSO between Microsoft Entra and Salesforce org and also implemented the logic to login into Microsoft Entra using MSAL SDK.
MSAL SDK uses ASWebAuthenticationSession to authenticate with Microsoft Entra, and SalesforceMobileSDK is also using ASWebAuthenticationSession for advance authentication.
So if app is already authenticated with Microsoft Entra, and when SSO URL is hit to log into Salesforce org, the earlier session from Microsoft Entra should be used and it should not ask for login credentials again.
In our case, the session is not being used and login page is opened again.
We are using SalesforceMobileSDK version 12.0.1
Metadata
Metadata
Assignees
Labels
No labels