When attempting to log in to the VCF Automation Organization portal directly using VMware SSO, users receive a "Your Single Sign-On attempt failed" error. This behavior occurs in environments configured for OpenID Connect (OIDC) integration, preventing authorized users from accessing the specific tenant portal despite valid credentials.
VCF Automation 9.x
The issue is caused by an incorrect OIDC Claims Mapping configuration within the Organization's Identity Provider settings. When claims mapping is not correctly aligned with the user attributes (specifically group membership attributes), the authorization check fails during the OIDC handshake for direct portal logins.
To resolve this issue, the OIDC Claims Mapping must be corrected to ensure group attributes are properly passed during the authentication handshake.
Log in to the VCF Automation Organization Portal.
Navigate to Administer > Connections > Identity Providers.
Edit and open the OIDC Configuration settings.
Navigate to the Claims Mapping section.
Validate and correct the mapping for the groups claim. Ensure it matches the attribute syntax expected by the identity provider.
Save the changes to the OIDC configuration.
Verify access by opening a new browser session in Incognito or Private mode.
Navigate directly to the Organization portal URL (e.g., https://<####>/csp/gateway/portal/index.html?tenant=<####>).
Attempt a login with an VMware SSO user that is a member of an authorized group.
For more details on the full integration workflow, see VCF Automation Organization integration with OIDC (OpenID Connect) vIDB.