billygubby
Forum Replies Created
-
Forum: Plugins
In reply to: [SSO for Azure AD] Conflict with Force Login pluginI added exceptions in the functions.php file for the following URLs only:
/?sso_for_azure_ad=callback/?sso_for_azure_ad=startAs per the end points detailed in the SSO plugin, this allowed access to these pages and SSO functions as expected.
Cheers,
BillyForum: Plugins
In reply to: [Force Login] Using Force Login with SSOHi there,
Yes all sorted, you will need to add exceptions in your functions.php file to allow the 2 x URLs given in the “SSO for Azure AD” setting page to be publically accessible (including additional query parameters), then everything should function as expected.
I have this working on 2 sites, no issues now.
Cheers,
BillyForum: Plugins
In reply to: [SSO for Azure AD] Conflict with Force Login pluginHi Marco,
I can confirm that adding the exception in Force Login fixed the issue. I added an exception for url’s containing “sso_for_azure_ad”.
Cheers,
BillyForum: Plugins
In reply to: [SSO for Azure AD] Conflict with Force Login pluginFurther to my comment above, it think this is likely that the force login plugin is redirecting to the main login page when clicking the SSO button, so i need to add a exception to allow the site to go to the URL for SSO?