I've configured a SAML2.0 IdP in Okta (i.e. Okta is SAML2.0 SP).
After successful IdP initiated authentication via SAML, I want user to be redirected to a custom app. Therefore I configured the "Relay State" on Okta (SP) to h_ttps://mydomain/customApp/customPath.
However, for security reasons, I think the user is not being redirected by the SP to an absolute URL but instead get's redirected to h_ttps://mycompany.okta.com/customApp/customPath (which is obviously not a valid URL).
How do I have the user redirected to this URL after successful SAML auth? h_ttps://mydomain/customApp/customPath
Thanks, Jatin