[java-identity-provider] branch main updated (22d882bea -> ebc514e50)
Scott Cantor
cantor.2 at osu.edu
Mon Nov 6 15:07:49 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a change to branch main
in repository java-identity-provider.
from 22d882bea Bump parent snapshot.
new c5c50d244 IDP-2183 - Use of JS in views needs to be hardened via CSP
new 20932212f IDP-2183 - Use of JS in views needs to be hardened via CSP
new c674117ad Adjust testbed view locations and property after the 5.0 changes.
new ffc195cd2 Bump minor version and OpenSAML dependency.
new 87987a27b Update shib-shared snapshot version.
new f2c6c6ad4 IDP-2183 - Use of JS in views needs to be hardened via CSP
new 667a16258 IDP-2195 - Replace BOMs in idp-parent with inlined dependency mgmt.
new ebc514e50 Bump parent and dependency versions, remove site machinery.
The 8 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-api/pom.xml | 2 +-
idp-admin-impl/pom.xml | 2 +-
idp-authn-api/pom.xml | 2 +-
idp-authn-impl/pom.xml | 11 +-
.../authn/spnego/impl/SPNEGOAuthnController.java | 33 ++-
idp-bom/pom.xml | 2 +-
idp-cas-api/pom.xml | 2 +-
idp-cas-impl/pom.xml | 2 +-
idp-cli/pom.xml | 2 +-
idp-conf-impl/pom.xml | 2 +-
.../resources/net/shibboleth/idp/conf/filters.xml | 2 +-
.../net/shibboleth/idp/conf/mvc-beans.xml | 4 +-
.../net/shibboleth/idp/conf/primitives.xml | 25 ++
.../shibboleth/idp/conf/saml-binding-config.xml | 12 +-
.../net/shibboleth/idp/flows/admin/hello-flow.xml | 2 +
.../shibboleth/idp/flows/admin/mdquery-flow.xml | 2 +
.../idp/flows/admin/resolvertest-flow.xml | 2 +
.../net/shibboleth/idp/flows/admin/status-flow.xml | 2 +
.../idp/flows/admin/unlock-keys-flow.xml | 4 +
.../idp/flows/authn/password-authn-flow.xml | 2 +
.../shibboleth/idp/flows/cas/cas-abstract-flow.xml | 2 +
.../client-storage/client-storage-read-flow.xml | 2 +
.../client-storage/client-storage-write-flow.xml | 2 +
.../idp/flows/intercept/attribute-release-flow.xml | 2 +
.../idp/flows/intercept/expiring-password-flow.xml | 2 +
.../idp/flows/intercept/impersonate-flow.xml | 2 +
.../idp/flows/intercept/terms-of-use-flow.xml | 4 +-
.../idp/flows/intercept/warning-flow.xml | 2 +
.../shibboleth/idp/flows/logout/logout-flow.xml | 10 +
.../idp/flows/logout/logout-propagation-flow.xml | 2 +
.../idp/flows/saml/saml-abstract-flow.xml | 4 +
.../idp/flows/saml/saml2/slo-back-flow.xml | 2 +
.../flows/saml/saml2/slo-front-abstract-flow.xml | 10 +
.../net/shibboleth/idp/module/conf/idp.properties | 4 +-
.../idp/module/flows/user/prefs/prefs-flow.xml | 2 +
.../net/shibboleth/idp/module/views/admin/hello.vm | 1 +
.../idp/module/views/admin/unlock-keys.vm | 1 +
.../views/client-storage/client-storage-read.vm | 15 +-
.../views/client-storage/client-storage-write.vm | 15 +-
.../net/shibboleth/idp/module/views/error.vm | 3 +
.../module/views/intercept/attribute-release.vm | 1 +
.../module/views/intercept/expiring-password.vm | 1 +
.../idp/module/views/intercept/impersonate.vm | 1 +
.../idp/module/views/intercept/terms-of-use.vm | 1 +
.../net/shibboleth/idp/module/views/login.vm | 7 +-
.../shibboleth/idp/module/views/logout-complete.vm | 3 +
.../idp/module/views/logout-propagate.vm | 3 +
.../net/shibboleth/idp/module/views/logout.vm | 3 +
.../idp/module/views/spnego-unavailable.vm | 6 +-
.../net/shibboleth/idp/module/views/user-prefs.js | 2 +
.../net/shibboleth/idp/module/views/user-prefs.vm | 18 +-
.../shibboleth/idp/views/client-storage/read.vm | 6 +-
.../shibboleth/idp/views/client-storage/write.vm | 4 +-
.../net/shibboleth/idp/views/logout/propagate.vm | 6 +-
.../net/shibboleth/idp/views/logout/saml-async.vm | 1 +
.../net/shibboleth/idp/module/conf/idp.properties | 2 +-
.../shibboleth/idp/module}/views-test/.gitkeep | 0
idp-consent-api/pom.xml | 2 +-
idp-consent-impl/pom.xml | 2 +-
idp-core/pom.xml | 2 +-
idp-distribution/pom.xml | 2 +-
idp-installer/pom.xml | 2 +-
idp-parent/pom.xml | 321 ++++++++++++++++-----
idp-profile-api/pom.xml | 2 +-
idp-profile-impl/pom.xml | 2 +-
idp-saml-api/pom.xml | 2 +-
idp-saml-impl/pom.xml | 2 +-
idp-schema/pom.xml | 2 +-
idp-session-api/pom.xml | 2 +-
idp-session-impl/pom.xml | 2 +-
idp-spring/pom.xml | 2 +-
idp-testing/pom.xml | 2 +-
idp-ui/pom.xml | 2 +-
idp-war-distribution/pom.xml | 2 +-
idp-war/pom.xml | 2 +-
75 files changed, 482 insertions(+), 142 deletions(-)
rename idp-conf-impl/src/test/resources/{ => net/shibboleth/idp/module}/views-test/.gitkeep (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list