[java-identity-provider] branch maint-5.1 updated (9ad07f11f -> 7291b9127)

Scott Cantor cantor.2 at osu.edu
Mon Mar 17 15:03:39 UTC 2025


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

scantor pushed a change to branch maint-5.1
in repository java-identity-provider.

    from 9ad07f11f Unlock dependencies.
     new 77d2245ef Fix client-storage test by triggering cookie write
     new a7cd4f8d6 IDP-2310 - DumpConfig is causing a Jackson nesting violation
     new 22cdbd1ba Missed commit changing Jackson dependency.
     new c4e6d3121 IDP-2314 - Context check example config has a bug
     new c86f2794f IDP-2315 - x509 Auth default prompt page has old references
     new 510592e7a IDP-2317 - Validation of X.509 client certificate chain breaks
     new 79687a819 IDP-2304 - Fix view
     new 16868a5fe IDP-2305 - Add action to force consent when per-attribute is not enabled
     new 0c92c194a IDP-2318 - Duplicative handler for message issuer in SAML proxy flow
     new 6a9e4fe13 Checkstyle.
     new 0e6ce83a1 Fix null violation.
     new 179420d53 Cleanup null warning on test
     new b648c1982 Fix javadoc comment.
     new 736fb95f2 Fix some unguarded getSubcontext calls via ensureSubcontext.
     new 7ace24614 IDP-2352 - SOAP client wiring references old bean ID
     new 2edaeff6c IDP-2212 - Warning interrupt causing runtime exception at times
     new 6448e4f8d IDP-2348 - Siganling authn/FlowName event out of login flow crashes
     new 833413a69 IDP-2349 - Attribute consent not working in CAS
     new 6f64580db IDP-2358 - Consent condition on back-channel flows invoked incorrectly
     new d047981f2 IDP-2255 - Warn if defaultAuthnMethods used without disallowedFeatures
     new f1d89ec81 Adjust test to reflect different timing for detection.
     new d3718eaf7 IDP-2310 - DumpConfig is causing a Jackson nesting violation
     new 7291b9127 IDP-2310 - DumpConfig is causing a Jackson nesting violation

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


Summary of changes:
 idp-admin-impl/pom.xml                             |  11 +-
 .../shibboleth/idp/admin/impl/OutputConfig.java    | 112 ++++++++++++++++++---
 .../impl/InitializeRequestedPrincipalContext.java  |  17 +++-
 .../idp/authn/impl/SelectAuthenticationFlow.java   |   2 +-
 .../impl/X509CertificateCredentialValidator.java   |  15 +--
 .../InitializeRequestedPrincipalContextTest.java   |   7 ++
 .../net/shibboleth/idp/conf/soap-client.xml        |   2 +-
 .../idp/flows/authn/saml-authn-beans.xml           |   2 -
 .../idp/flows/cas/validate-abstract-beans.xml      |   2 +
 .../idp/flows/cas/validate-abstract-flow.xml       |   2 +-
 .../flows/intercept/attribute-release-beans.xml    |   4 +
 .../idp/flows/intercept/attribute-release-flow.xml |   1 +
 .../idp/flows/intercept/impersonate-flow.xml       |   8 +-
 .../idp/flows/intercept/warning-flow.xml           |   2 +-
 .../idp/flows/saml/saml1/attribute-query-flow.xml  |   2 +-
 .../idp/flows/saml/saml2/attribute-query-flow.xml  |   2 +-
 .../intercept/context-check-intercept-config.xml   |   2 +-
 .../idp/module/edit-webapp/x509-prompt.jsp         |   2 +-
 .../module/views/intercept/attribute-release.vm    |  16 +--
 .../write/client-storage-write-test-flow.xml       |   7 +-
 .../impl/ValidatedExtractedConsent.java}           |  49 ++++-----
 .../consent/flow/impl/ConsentFlowDescriptor.java   |   2 +-
 .../idp/installer/plugin/impl/TrustStoreTest.java  |   1 +
 .../impl/ProcessAssertionsForAuthentication.java   |   8 +-
 24 files changed, 187 insertions(+), 91 deletions(-)
 copy idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/{impl/PopulateConsentContext.java => ar/impl/ValidatedExtractedConsent.java} (54%)

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


More information about the commits mailing list