DocuSign Connector with SAML

0
I noticed in the “Authorization” attribute in “Authentication” entity has “/oauth/auth” but what if I wanted it to use “/saml2/login” ? what would I do? (meaning, what if I want to use SAML while using “Authorization Code Grant” because I don’t see this option?)
asked
1 answers
0

I do not think you would need one because with SAML the identity provider handles the authorization. Assumption is that both in Mendix and in Docusign you have setup the SAML integration. As soon as Mendix redirects to Docusign then DocuSign will do the check if the user (which is known because the userId is handed over to DocuSign) can have access to that application.

So the reason you do not need the endpoint is because both applications (Mendix and DocuSign) already know the endpoint ie the server where to sent the SAML request.

Regards,

Ronald

 

answered