docusignapi - Single Sign on for DocuSign -
we have application open docusign console in iframe. issue having open new tab, log on docusign , user can see console in iframe documents. common way people using automatically logon docusign through applications ? see sso documentation says looks @ persons email domain authenticate them.... our users have many different email domains.
your application can use api console view user. session correspond user credentials in api request , skip logon step. api call url can embed in iframe. e.g.: post https://demo.docusign.net/restapi/v2/accounts/55555/views/console , url this:
{ "url": "https://demo.docusign.net/member/startinsession.aspx?startconsole=1&t=00000000-0000-0000-0000-000000000000&accountid=00000000-0000-0000-0000-000000000000" }
edit: if need "sending view" (sometimes called "the tagger") envelope can post using url this:
https://{server}/restapi/{apiversion}/accounts/{accountid}/envelopes/{envelopeid}/views/sender
e.g.
https://demo.docusign.net/restapi/v2/accounts/12345/envelopes/f6e755d3-bbcf-44e5-b276-8ae626f97220/views/sender
Comments
Post a Comment