Implementing custom Single Sign-On authentication
In ABBYY FlexiCapture, you can implement your own custom Single Sign-On authentication (SSO). This may be necessary if you are using a non-standard identity provider or a non-standard work process.
Both SAML 2.0 and JSON Web Tokens (JWT) standards are supported.
The authentication process will proceed as follows:
- The custom application will send the identity data to the identity provider.
- The identity provider will return a token containing the identity information.
- The application will pass the token to the Application Server.
- The Application Server will issue an internal authentication ticket.
- The internal authentication ticket will then be used for authenticating the user on web stations and API services.
12.04.2024 18:16:01