Redirect
The redirect is responsible for directing the user to a client system screen previously configured in the portal. This functionality ensures that the user experience is smooth and personalized, adapting to the context and the results obtained during authentication.
When registering a URI to receive redirects, a request will be sent HTTP to that URI whenever there is an interaction scheduled to receive the redirection. The endpoint configured to receive the Redirect must be set as GET.
Usage mode: To define a URI to receive webhooks it is necessary to set the configuration through the portal using the following menus Settings > Features > Enable SSO > Redirect.
There is an option to configure a key for opening the data sent to the redirect.
The data sent as a callback in the redirect is encrypted, so there is a need to query an endpoint for decryption:
Redirect Decryption
Parameters:
{
"key":"",
"value": "<token_received_in_callback>"
}
Optionally, the Redirect and Webhook modes can be configured in the same validation, a configuration in which a Webhook will be sent to one endpoint and a redirect to another endpoint, according to the client's needs.

Note: The URL above refers to the staging environment
Support and Contact
For technical support or questions, use the FaceSign Admin Portal or contact our team through the official channels.Support and Contact
Last updated