[java-identity-provider] branch main updated: Adaptation of action for SP usage.

Scott Cantor cantor.2 at osu.edu
Thu Sep 12 16:10:48 UTC 2024


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=74936b28bb02e23db3870f08fa5bb53e6cadf1a7

The following commit(s) were added to refs/heads/main by this push:
     new 74936b28b Adaptation of action for SP usage.
74936b28b is described below

commit 74936b28bb02e23db3870f08fa5bb53e6cadf1a7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 12 12:10:20 2024 -0400

    Adaptation of action for SP usage.
---
 .../idp/saml/saml2/profile/impl/ProcessAssertionsForAuthentication.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/ProcessAssertionsForAuthentication.java b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/ProcessAssertionsForAuthentication.java
index f0f1ec259..75dc6cef1 100644
--- a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/ProcessAssertionsForAuthentication.java
+++ b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/ProcessAssertionsForAuthentication.java
@@ -62,6 +62,7 @@ import net.shibboleth.shared.primitive.LoggerFactory;
  * 
  * @event {@link EventIds#PROCEED_EVENT_ID}
  * @event {@link EventIds#INVALID_MESSAGE}
+ * @event {@link AuthnEventIds#INVALID_CREDENTIALS}
  * @post the selected statement is passed into the supplied {@link BiConsumer}
  */
 public class ProcessAssertionsForAuthentication extends AbstractAuthenticationAction {

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


More information about the commits mailing list