Hello there
I’m facing a problem using a SAML enterprise connection for the SP initiated SAML flow.
The IdP is sending a SAMLResponse but Auht0 Logs show:
Audience is invalid. Configured: urn:auth0:tigerpistol-qa:uberall-dev
The saml response contains the correct <saml:Audience>
tag:
<saml:Conditions>
<saml:AudienceRestriction>
<saml:Audience>
urn:auth0:tigerpistol-qa:uberall-dev
</saml:Audience>
</saml:AudienceRestriction>
</saml:Conditions>
Did someone face this issue as well? Which could be the problematic node in the assertion that could cause this problem?
Thank you!