SSO tickets can be used to authenticate users in the Loginapp UI.
The Loginapp UI can extract SSO tickets from URLs and send them to the Loginapp REST API for verification.
SSO tickets can be used to authenticate users in the Loginapp UI.
The Loginapp UI can extract SSO tickets from URLs and send them to the Loginapp REST API for verification.
Note that this property is defined in the Authentication UIs for all Flow UIs.
SSO tickets can be processed by the Loginapp UI in the following types of URLs:
GET /auth/ui/app/auth/application/access/sso-ticket?sso=eyJhbGciOiJI…
GET /auth/ui/app/auth/application/access/sso-ticket#sso=eyJhbGciOiJI…
GET /auth/ui/app/auth/application/access?Location=some-target-url&sso=eyJhbGciOiJI…
Note that the sso parameter is in the URL but not inside the Location URL.