uk.gov.ida.saml.hub.domain.Endpoints Maven / Gradle / Ivy
package uk.gov.ida.saml.hub.domain;
public class Endpoints {
private Endpoints() {}
public static final String SSO_RESPONSE_ENDPOINT = "/SAML2/SSO/Response/POST";
public static final String SSO_REQUEST_ENDPOINT = "/SAML2/SSO";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy