<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>12 May 2020 14:50:45 Z</lastBuildDate><pubDate>7 Jul 2019 23:18:22 Z</pubDate><description>Bonjour à tous,&#13;
j'éprouve des difficultés à récupérer un token d'authentification avec AuthIdentifie.&#13;
&#13;
J'ai comme message de retour "Erreur à l'authentification".&#13;
&#13;
Je pense que l'authentification se fait correctement mais Windev ne me récupère pas le token renvoyé.&#13;
Dans mon navigateur, je vois bien la barre d'adresse le token:&#13;
http://localhost:1234/#access_token=eyJ0eXAiOiJNV[...]6uP5iYTK6V866ySeM9NVa06w&amp;expires_in=28800&amp;token_type=bearer&amp;state=15934403443540645827&#13;
&#13;
Voici le code:&#13;
[code:wl]&#13;
OAuth2Params est OAuth2Paramètres&#13;
MonToken est AuthToken &#13;
&#13;
OAuth2Params.URLAuth = "https://account-d.docusign.com/oauth/auth"&#13;
OAuth2Params.URLRedirection = "http://localhost:1234/"&#13;
OAuth2Params.ParamètresSupplémentaires="response_type=token"&#13;
OAuth2Params.ClientID = "xxxxxxxxxxxxxxxxxxxxxxxxxx"&#13;
OAuth2Params.Scope = "signature impersonation"&#13;
&#13;
MonToken = AuthIdentifie(OAuth2Params)&#13;
SI MonToken &lt;&gt; Null ALORS&#13;
	SI ErreurDétectée ALORS&#13;
		Erreur(ErreurInfo())&#13;
	FIN&#13;
FIN&#13;
[/code]&#13;
&#13;
J'ai bien essayé de contourner le problème en créant un socket sur le port 1234, je récupère bien le message GET mais l'url n'est pas complète : localhost:1234/ , elle ne contient pas le token...&#13;
&#13;
Quelqu'un à t'il déjà réussi à se connecter à docusign?&#13;
&#13;
Si vous aviez une piste, merci.</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231423-oauth-docusign/read.awp</link><title>Oauth Docusign</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Khaery</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231423-oauth-docusign-239494/read.awp</comments><pubDate>12 May 2020 14:50:45 Z</pubDate><description>up &#13;
meme question si quelqu'un peux aider , et merci&#13;
&#13;
--&#13;
La vérité est une, le mensonge est multiple.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231423-oauth-docusign-239494/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231423-oauth-docusign-239494/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231423-oauth-docusign/read.awp">Oauth Docusign</source><title>Re: Oauth Docusign</title></item><item><author>ghazijaouadi</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231423-oauth-docusign-232482/read.awp</comments><pubDate>25 Aug 2019 00:16:41 Z</pubDate><description>Bonsoir Guillaume&#13;
est ce que vous arrivé a etablir la connection ??</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231423-oauth-docusign-232482/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231423-oauth-docusign-232482/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231423-oauth-docusign/read.awp">Oauth Docusign</source><title>Re: Oauth Docusign</title></item></channel></rss>
