How custom Single Sign-On authentication works
The authentication process runs in five stages.- The custom application sends the identity data to the identity provider.
- The identity provider returns a token containing the identity information.
- The application passes the token to the Application Server.
- The Application Server issues an internal authentication ticket.
- The internal authentication ticket authenticates the user on web stations and API services.

