Skip to content

Commit

Permalink
Merge pull request #177 from wso2-extensions/saml-idp-init-logout
Browse files Browse the repository at this point in the history
Fix saml/slo url path
  • Loading branch information
piraveena authored Apr 26, 2024
2 parents 6e0d1c7 + 70c8ddc commit 46937ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class SSOConstants {
public static final String SECURITY_KEYSTORE_LOCATION = "Security.KeyStore.Location";
public static final String SECURITY_KEYSTORE_TYPE = "Security.KeyStore.Type";

public static final String SAML_SLO_URL = "identity/saml/slo";
public static final String SAML_SLO_URL = "/identity/saml/slo";
public static final Pattern SAML_SLO_ENDPOINT_URL_PATTERN = Pattern.compile("(.*)/identity/saml/slo/?");

public class StatusCodes {
Expand Down

0 comments on commit 46937ba

Please sign in to comment.