Okta SSO redirects end users to Platform UI instead of Service PortalIssue - Okta SSO redirects end users to Platform UI instead of Service Portal when clicking on Okta tile. - Issue occurs only when user clicks the Okta tile from second time onwards.Cause- The SSO defaultRelayState URL may not be honoured to SPEntryPage script which causes the redirection to fail.ResolutionConfirm that defaultRelayState URL is set properly to be redirected to a portal.1) - Example SOO configuration in SAML.SSO URL: https://<instance_name>.service-now.com/navpage.doDefault Relay State: https://<instance_name>.service-now.com/sp2) Add the below system property:name : glide.authenticate.honor.relaystate.for.loggedin.sessionstype: true|falsevalue : trueThe above system property will ensure the defaultRelayState URL is always honoured when the user clicks on Okta tile to access servicenow portal.