Auth0 SAML Response has nameIdAttributes Value of [object Object]
Last Updated:
Overview
When Auth0 is acting as a SAML Identity Provider, the SAML response generated from Auth0 has a claim with the name http://schemas.auth0.com/nameIdAttributes and a value of [object Object]
Solution
This claim is added due to an outstanding issue with Auth0.
As a workaround, the customer can set passthroughClaimsWithNoMapping: false in the SAML addon, so this claim will not be sent in the response.
Another workaround is for the application to just ignore this claim.