Auth0 SAML attribute mapping issues
# general-help
f
Hey everyone! I am trying to connect Auth0 (via SAML) to my zero-trust application. I am finding however that every property I get back when I test the connection is empty, except name - which has the email. Like this: { "email": "", "name": "example@gmail.com", "givenName": "", "surName": "", "saml_attributes": { "email": "", "name": "" }, "headers": {} } Does anyone know how I can fix this?