[java-identity-provider] branch master updated (085f4b3 -> df1dafe)

Brent Putman putmanb at georgetown.edu
Fri Jan 24 23:06:12 EST 2020


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

putmanb pushed a change to branch master
in repository java-identity-provider.

      from  085f4b3   IDP-1465 - Update Jakarta JSONP artifacts
       new  e580989   Add SAML Response message handling to SAML authn flow.
       new  df1dafe   Profile and flow support for SAML 2 authentication

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../system/flows/authn/saml-authn-beans.xml        | 108 ++++++++
 .../system/flows/authn/saml-authn-flow.xml         |   4 +
 ...igPredicate.java => CheckAddressPredicate.java} |  10 +-
 .../MaximumTimeSinceAuthnLookupFunction.java}      |  14 +-
 .../impl/ProcessAssertionsForAuthentication.java   | 308 +++++++++++++++++++++
 .../saml2/profile/impl/SAMLAuthnController.java    |   6 +-
 .../profile/impl/ValidateSAMLAuthentication.java   |   7 -
 7 files changed, 437 insertions(+), 20 deletions(-)
 copy idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/logic/{IgnoreScopingProfileConfigPredicate.java => CheckAddressPredicate.java} (86%)
 copy idp-saml-api/src/main/java/net/shibboleth/idp/saml/{profile/config/navigate/SessionLifetimeLookupFunction.java => saml2/profile/config/logic/MaximumTimeSinceAuthnLookupFunction.java} (86%)
 create mode 100644 idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/ProcessAssertionsForAuthentication.java

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


More information about the commits mailing list