New setup of Lansweeper Cloud. Configured SSO w/ Azure Entra. It works when logging in via the Lansweeper login page at us.lansweeper.com.
It does not work when launching from Azure My Apps. The Setup Lansweeper SSO KB specifically states you'll get an error if not enabling IdP-initiated Single Sign-on in the SSO configuration, but that enable/disable switch does not exist in my SSO configuration form.
I understand there were some recent changes, so maybe that's why, but it'd be great if someone could confirm and if so, is it safe to assume it's now enabled implicitly?
Also, in the Azure Entra configuration, there's a Sign on URL field that is optional. When we leave that empty, we get the error below. We leave that empty per the Azure Entra instructions provided in the KB named Configure Microsoft Entra ID (Azure AD) with Lansweeper SSO.
I'm guessing this because a Replay URL must accompany a Sign on URL, but any of the URLs we've tried in the Replay URL field do not net a successful login.
{
"error" : "invalid_request",
"error_description" : "The request is missing a required parameter: redirect_uri",
"error_reason" : "missing_redirect_uri"
}