[SalesForce] Single Sign-On Error when viewing Subscriber org in LMA

I am getting a Single Sign-On Error when attempting to view one specific Subscriber Organization in the LMA (License Management Application)

The error message is:

We can't log you in. Check for an invalid assertion in the SAML
Assertion Validator (available in Single Sign-On Settings) or check
the login history for failed logins.

This only happens for one specific subscriber org (a sandbox). The subscriber org does not have SAML enabled. There are no warning or error messages in the login history.

I tried with both Chrome and Safari — same result

Best Answer

IIRC if they have MyDomain enabled and have restricted to login via Federated SSO or SAML then you cannot login as a delegated user

Check to see if they have enabled forced Delegated authentication:

https://developer.salesforce.com/docs/atlas.en-us.sso.meta/sso/sso_delauthentication_configuring.htm

Optionally, select Force Delegated Authentication Callout

And check under "My Domain" to see if they disabled login.salesforce.com

If none of the above are affecting it then you may have to open a case....I do not have an org with SSO set up to test the theory out.

Related Topic