SSO for Azure Active Directory - Autologin

User logs into the website using Azure AD B2C. Then, they hit an embedded Plumsail form and are asked to login to Azure AD B2C again with an identical second sign in button and popup. Would greatly appreciate anyone that can point me in the right direction for how to get an embedded plumsail form to recognize the user is already logged in in the parent window and not require a second login.

Hello @David_King1,

To do so, both website and public form should use the same cache for storing access token. Plumsail Forms use @azure/msal-browser and store the cache in local storage.

If you could provide a link to the form page and user credentials, we could check and make more precise recommendations. Please email us at support@plumsail.com.