okta integration with JTS - E CWWKS5041E: The expected RelayState parameter was not included in the SAML response message from the IdP.
I am trying to setup okta as the identity provider for JTS suite of applications . I have installed and configured JAS / JTS / CCM apps .
Below is what I have setup in okta .
Single Sign On URL https://clmaxxx.org/ibm/saml20/defaultSP/acs
Recipient URL https://clmaxxx.org/ibm/saml20/defaultSP/acs
Destination URL https://clmaxxx.org/ibm/saml20/defaultSP/acs
Audience Restriction https://clmaxxx.org/ibm/saml20/defaultSP
and JAS is configured accordingly with the ibm documentation to use SAML 2.0
When I try to login to https://clmaxxx.org/oidc/endpoint/jazzop/authorize , its redirecting me to the okta login.
I am getting the below error after logging in ..
[11/12/20 15:21:43:458 EST] 00000029 com.ibm.ws.security.saml.error.SamlException E CWWKS5041E: The expected RelayState parameter was not included in the SAML response message from the IdP.
[11/12/20 15:21:43:466 EST] 00000029 com.ibm.ws.logging.internal.impl.IncidentImpl I FFDC1015I: An FFDC Incident has been created: "com.ibm.ws.security.saml.error.SamlException com.ibm.ws.security.saml20.sso20.util.ErrorHandlerImpl 78758" at ffdc_20.11.12_15.21.43.0.log
what should the redirect url post login ?