You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Below exception throws when ErrorPage property is not configured in the configuration file at the logout
java.lang.IllegalArgumentException: Path [samlsso?SAML2.HTTPBinding=HTTP-POST] does not start with a "/" character
Suggested Labels:
SAML,SLO,Tomcat Suggested Assignees:
Affected Product Version:
sgardio-java-oidc-sdk release version 0.1.16 OS, DB, other environment details and versions:
WSO2 IAM 5.10.0, Tomcat 9.0
Remove below properties from the sample-app.properties
IndexPage=/sample-app/index.html
ErrorPage=/error.jsp
Check the logout flow
The text was updated successfully, but these errors were encountered:
anusharp
changed the title
Exception throws when ErrorPage property or IndexPage is not configured in the configuration file
Exception throws when ErrorPage or IndexPage properties are not configured in the configuration file
Oct 21, 2020
gayashanbc
pushed a commit
to gayashanbc/asgardio-java-saml-sdk
that referenced
this issue
Nov 8, 2020
Description:
Below exception throws when ErrorPage property is not configured in the configuration file at the logout
java.lang.IllegalArgumentException: Path [samlsso?SAML2.HTTPBinding=HTTP-POST] does not start with a "/" character
Suggested Labels:
SAML,SLO,Tomcat
Suggested Assignees:
Affected Product Version:
sgardio-java-oidc-sdk release version 0.1.16
OS, DB, other environment details and versions:
WSO2 IAM 5.10.0, Tomcat 9.0
Steps to reproduce:
IndexPage=/sample-app/index.html
ErrorPage=/error.jsp
The text was updated successfully, but these errors were encountered: