You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

IDP (OAuth Wrapper) Installation Guide

Identity Provider Configuration in eSignAnyWhere

IDP hosted by Namirial SpA (TEST environment deployed by Alten)

Prototype version hostet by Namirial SpA, deployed by Alten is working with DEMO environment, therefore on the prototype following redirect URI is configured: https://demo.esignanywhere.net/SawViewer/HttpHandlers/AuthHandler.ashx


Example of a Simple Mapping that returns just the Document Number:

ParameterValueField Mapping ConfigurationComment


Field Property PathModeData Field
Provider NameNetheos Trust&Sign



Client Id810f91b4-34bc-451b-85c3-eee1b3053a76



Client Secret




Scopeopenid profile email trustsign



Authorization URIhttps://esaw-ts-api-demo.namirial.com/identityserver/connect/authorize



Token URIhttps://esaw-ts-api-demo.namirial.com/identityserver/connect/token



Logout URI




JSON Web Token (JWT) Configuration





JWKS URIhttps://esaw-ts-api-demo.namirial.com/identityserver/.well-known/openid-configuration/jwks




Issuerhttps://esaw-ts-api-demo.namirial.com/identityserver




Add 'nonce' parameterOff




Validate audienceOff




Validate issuerOn




Validate lifetimeOn




Field Mapping
document_numberUpdateDisposable Certificate Document Number


Usage

  • Create a new envelope
  • Select the document(s) to be signed
  • Open the Authentication/Identification section
  • Add the OAuth Identification method "Netheos Trust&Sign" 
  • If indicated, place in the Designer page a signature field and select the signature method "Disposable Certificate".

Technical Appendix

Sample JWT returned by the wrapper


Logging


  • No labels