[java-identity-provider] branch main updated: Add a field designation for RelayState.
Scott Cantor
cantor.2 at osu.edu
Fri Mar 12 16:58:22 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=b23118331dc31a8cc22e21821b4222c3ddbd4967
The following commit(s) were added to refs/heads/main by this push:
new b23118331 Add a field designation for RelayState.
b23118331 is described below
commit b23118331dc31a8cc22e21821b4222c3ddbd4967
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Mar 12 11:58:19 2021 -0500
Add a field designation for RelayState.
---
.../src/main/java/net/shibboleth/idp/saml/profile/SAMLAuditFields.java | 3 +++
1 file changed, 3 insertions(+)
diff --git a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/SAMLAuditFields.java b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/SAMLAuditFields.java
index 8c613c1ad..b687d47c1 100644
--- a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/SAMLAuditFields.java
+++ b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/SAMLAuditFields.java
@@ -41,6 +41,9 @@ public final class SAMLAuditFields {
/** Response binding field. */
@Nonnull @NotEmpty public static final String RESPONSE_BINDING = "bb";
+ /** RelayState binding field. */
+ @Nonnull @NotEmpty public static final String RELAY_STATE = "RS";
+
/** Name identifier field. */
@Nonnull @NotEmpty public static final String NAMEID = "n";
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list