Skip to main content
Solved

What is the solution for the "The response assertion is missing a required attribute" error faced by our user when she logs in to her Docusign account.


Forum|alt.badge.img

What is the solution for the "The response assertion is missing a required attribute" error faced by our user when she logs in to her Docusign account. 

Best answer by Community Expert

We were able to resolve the problem we were having. Not sure if our resolution is specific to us or will help everyone. We had to do a few things.

First (in azure) fill out the user attributes & claims

  • givenname - user.givenname
  • surname - user.surname
  • emailaddress - user.mail
  • name - user.userprincipalname
  • Unique User Identifier - user.userprincipalname

Next make sure that all users have a first name, last name, and email in the system.

View Original
Is this content helpful?

13 replies

Forum|alt.badge.img

I don't have an answer but we are seeing the same issue.


Forum|alt.badge.img

I have the same issue as well


Forum|alt.badge.img

Anyone know? duo and docusgn certainly don't.


Forum|alt.badge.img

Would like to know this as well...


Forum|alt.badge.img

Duo (our 2FA) have been extremely helpful -spent hours with me on this - here is their reply -

"Was DocuSign support able to identify the missing attribute that is generating the error message during their ingestion of the saml response?

  If they can identify what attribute is missing or misconfigured, specifically, we can correct that in the generic service provider settings and send them the correct attribute, we just need to know what is wrong. Their system is ingesting the saml response and generating the error message. Only they can identify the cause."

docusign - "Its not us, it's them, but we can't tell why"


Forum|alt.badge.img
  • Docusign Employee
  • 1935 replies
  • Answer
  • December 1, 2020

We were able to resolve the problem we were having. Not sure if our resolution is specific to us or will help everyone. We had to do a few things.

First (in azure) fill out the user attributes & claims

  • givenname - user.givenname
  • surname - user.surname
  • emailaddress - user.mail
  • name - user.userprincipalname
  • Unique User Identifier - user.userprincipalname

Next make sure that all users have a first name, last name, and email in the system.


Forum|alt.badge.img

Cheers - One question Is the Azure(we don't use it) attribute listed first - Looks like I will have to create custom Attributes on the Duo side.


Forum|alt.badge.img

Looks like the right side is the "source" (Azure?) data. here are a couple of screenshots:

overviewdetaileditem


Forum|alt.badge.img

Ok, so with no thanks to DocuSign support, some thanks to Duo support (at least they would go over things) and many thanks to Nick for pointing me in the correct direction.

Here is the answer for Duo generic SAML

Capture 

Docusign, your documentation sucks .


Forum|alt.badge.img

These posts helped guide me to the answer for us. Thanks!

A user encountered this issue and within our AD, his EmailAddress field was null. Update this to the correct value and he could log in.


Forum|alt.badge.img

Mate you are a legend. I honestly cant say thanks enough! We are moving to DocuSign over to Duo hosted SSO and this one was killing me. DocuSign documentation is shocking! However what you have provided as got me up and running. Again big thanks mate.


Forum|alt.badge.img

- Cheers! - glad I could help.


Forum|alt.badge.img
  • Newcomer
  • 1 reply
  • March 13, 2025

Here is the solution that worked for me to resolve the error, “The response assertion is missing a required attribute.”

Microsoft Entra had a default Name identifier format set to Email address. However, the saml2 response, once decoded, showed that DocuSign expected the format to be Persistent. After changing the Name identifier format to Peristent, the SSO worked.

<NameID Format="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent">