You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to debug log and code during step "SAML looking up IdP" VCD site return vcd domain instead of link to adfs.
During comparing flow in browser i found that Cookie with 'sso-preferred=yes; sso_redirect_org=<tenant_name>' is mandatory. If i add Cookie to Request, i get correct response with link to ADFS.
For example:
curl 'https://vcddomain/login/tenant/saml/login/alias/vcd?service=tenant:tenant'
-H 'Cookie: sso-preferred=yes; sso_redirect_org=tenant' -v
Return link to ADFS
Got error authorizing SAML: SAML - could not get auth token from IdP (ADFS). Did you specify username in ADFS format ('user@contoso.com' or 'contoso.com\user')? : SAML - ADFS token request query failed for RPT ID ('<tenant_name>'): SAML request got error: { }
...
Expected behavior
Got info about NSX Edge in Tenant
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
According to debug log and code during step "SAML looking up IdP" VCD site return vcd domain instead of link to adfs.
During comparing flow in browser i found that Cookie with 'sso-preferred=yes; sso_redirect_org=<tenant_name>' is mandatory. If i add Cookie to Request, i get correct response with link to ADFS.
For example:
curl 'https://vcddomain/login/tenant/saml/login/alias/vcd?service=tenant:tenant'
-H 'Cookie: sso-preferred=yes; sso_redirect_org=tenant' -v
Return link to ADFS
Reproduction steps
...
Expected behavior
Got info about NSX Edge in Tenant
Additional context
No response
The text was updated successfully, but these errors were encountered: