Hello
We have integrated Splat authentication with Apex. With the help of Splat Test Infrastructure, we can directly access our Apex Dashboard page via OpenID Connect authentication.
Now, if a user is already authenticated via Splat, I want to skip the Apex Corp SSO login page and have them log in directly via Splat authentication.
Otherwise, if the user is not authenticated via Splat, they should be logged in via Corp SSO.
How can I achieve this? Are there any references or suggested documents that I can follow?
Thank you