[java-shib-metadata] branch main updated: Add missing binding constant.

Scott Cantor cantor.2 at osu.edu
Mon Jul 10 14:01:37 UTC 2023


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-shib-metadata.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=c15af63ca8f057ae05c13027fe32e5800127b957

The following commit(s) were added to refs/heads/main by this push:
     new c15af63c Add missing binding constant.
c15af63c is described below

commit c15af63ca8f057ae05c13027fe32e5800127b957
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 10 10:01:34 2023 -0400

    Add missing binding constant.
---
 .../src/main/java/net/shibboleth/idp/saml/xml/SAMLConstants.java      | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/shib-metadata-api/src/main/java/net/shibboleth/idp/saml/xml/SAMLConstants.java b/shib-metadata-api/src/main/java/net/shibboleth/idp/saml/xml/SAMLConstants.java
index b03f65bb..6f8e73f2 100644
--- a/shib-metadata-api/src/main/java/net/shibboleth/idp/saml/xml/SAMLConstants.java
+++ b/shib-metadata-api/src/main/java/net/shibboleth/idp/saml/xml/SAMLConstants.java
@@ -32,6 +32,10 @@ public final class SAMLConstants {
     @Nonnull @NotEmpty
     public static final String SAML1_ATTR_NAMESPACE_URI = "urn:mace:shibboleth:1.0:attributeNamespace:uri";
     
+    /** Proprietary binding for SAML 1.1 authentication requests. */
+    @Nonnull @NotEmpty
+    public static final String SAML1_REQUEST_BINDING = "urn:mace:shibboleth:1.0:profiles:AuthnRequest";
+    
     /** Constructor. */
     private SAMLConstants() {}
     

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list