Account


Earned badges

Achievement: Latest Unlocked

Topic Started

This user has not created any forum posts.

Replies Created

Reply to: User Credentials in Callback Event

0 votes
Hi Srikanth, I believe the callback key is the only way to pass credentials in callback notification. But you can always combine your parameters(auth param and x-api key) into one string and encrypt the string and decrypt them from the request header. Hope this could help you! Duo

Reply to: User Credentials in Callback Event

0 votes
Hi Srikanth, As we discussed above, the only parameter OneSpan Sign can pass to you through callback notification is the "Authorization" attribute in the Request Headers. Here's the Spring MVC code I tested:
	
       @PostMapping("/callback")
	public String video(@RequestBody String body, @RequestHeader HttpHeaders headers) {
		System.out.println("receive a request...");
		System.out.println(headers.get("Authorization"));
		System.out.println(body.toString());
		
		return "index";
	}
This the what printed in the console:
receive a request...
[Basic callbackKey]
{"@class":"com.silanis.esl.packages.event.ESLProcessEvent","name":"PACKAGE_CREATE","sessionUser":"18EZDL44xgsX","packageId":"MCZ48z0FyrO3NYLgqBOXvMNmYGY=","message":null,"documentId":null,"createdDate":"2018-08-29T14:44:16.945Z"}
So I think it's impossible for you to set two parameters in Request Headers and verify the request directly. But you can combine and pass these two values in "Authorization". Please let us know if this works for you. Duo

Reply to: Unauthorised and NoSession

0 votes
Hi test_sn, Can you double check with your api key and the environment URL, and which environment are you currently in? Are you using REST api or SDK? Besides that, are you using a proxy connecting to OneSpan Sign? Can you try hitting GET /api/sysinfoor eslClient.getSystemService().getApplicationVersion() in SDK to test your connection with OneSpan Sign? Duo

Reply to: DesignerView - Cannot set HandoverUrl

0 votes
Hi Gamal, Currently, there's still no way to set a handover url or trigger front-end event. As a workaround, you can #1. disable the "SENT TO SIGN" button #2. embedded designer view into a modal, close it when ready to send or #2. embedded designer view into an iFrame, and have another button with handover url in the rest of the html page. This is how other integrator does with Designer View for now. Duo

Subscriptions

Topics Replies Freshness Views Users

Our api encounter multiple issues when update role email

e.g: [email protected] is considered invalid for onespan api

4 2 months 1 week ago 57
Profile picture for user Duo_Liang

On small screens / mobile is there a way to extract the zoom feature out of the 3 dot menu and show it on the main section, like it works on large screens?

 

 

1 2 months 2 weeks ago 16
Profile picture for user Duo_Liang

Hello, if two signers are required in a group, can it be configured?
Even if you have the same email in the group, perhaps just changing the name of the person signing in the group?

4 2 months 1 week ago 41
Profile picture for user Duo_Liang

We have registered Callback Event Notification on OneSpan Sign Web UI and Key is getting gernerated correctly.

11 1 month 3 weeks ago 98
Profile picture for user Duo_Liang
7 2 months 2 weeks ago 37
Profile picture for user Ryan_Coleman
Profile picture for user Duo_Liang

Code Share

Unlock Signer (Apex SDK)

Submitted on
Example code shows you how to unlock a signer from a Signing Ceremony.
  • APEX
  • Lock Signer
  • unlock
10 views
2 downloads

Audit Trail Example (Apex SDK)

Submitted on
Example code shows how to retrieve the audit trail.
  • AuditService
  • Audit
  • APEX
33 views
5 downloads

Completion Report Example (Apex SDK)

Submitted on
Example code shows how to retrieve your completion report.
  • APEX
  • completion
15 views
4 downloads

Authentication Tokens (Apex SDK)

Submitted on
Example Apex code shows you how to create a user, sender, and signer authentication token.
  • Authentication Token
  • APEX
36 views
12 downloads

Signer Session Example (Apex SDK)

Submitted on
Example code shows how to create a signing session for a signer.
  • url
  • APEX
  • Signer Authentication
5 views
2 downloads

Subscriptions Release Notes

This user is not subscribed to any release notes.