Given_name and family_name collected at signup not passing via saml

On the default sign up page it requests a users given name and family name that are successfully recorded in the users metadata, but when I configure the SAML2 Web App like below it does not return those values in the response. Any ideas? I’ve searched the documentation and I have found a clear explanation on how this functionality is to work.

“mappings”: {
_ “given_name”: “http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname”,_
_ “family_name”: “http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname”,_
}

“mappings”: {
“given_name”: “http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname”,
“family_name”: “http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname”,
}

Is what the config file looks like, the forum editor messed up my formatting.

Hey there!

Sorry for such huge delay in response! We’re doing our best in providing you with best developer support experience out there, but sometimes our bandwidth is not enough comparing to the number of incoming questions.

Wanted to reach out to know if you still require further assistance?