Skip to content

Commit

Permalink
Fix saml/slo url path
Browse files Browse the repository at this point in the history
  • Loading branch information
piraveena committed Apr 26, 2024
1 parent e0c9f7f commit 70c8ddc
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 70c8ddc

Please sign in to comment.