Name
Sign Apidapter SSO
Description
Accepts and verifies a request as specified by the Apidapter Authenticated Message specification. This is often utilized to support single sign-on (SSO), secure dependent adapters, or other custom integration implementations.
Fields
Key: The shared key between the both applications used to verify the signature.
Examples
Integrating a custom web application.
Errors
Handler will error if:
- The signature is invalid. This can happen when keys do not match between the systems, or the signature is calculated incorrectly.
- The timestamp is stale, meaning the signature was calculated at a time outside the valid window.
- The timestamp is of the wrong format.
- The key was not provided.
0 Comments