[java-identity-provider] branch dev/IDP-1927 updated (14c871628 -> 8d3e112a8)
Rod Widdowson
rdw at steadingsoftware.com
Tue Nov 1 10:16:09 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch dev/IDP-1927
in repository java-identity-provider.
discard 14c871628 IDP-1927 Make Jetty run under its own credentials for windows installs
discard 440a8081a IDP-1927 Make Jetty run under its own credentials for windows installs
add c0e335eb0 IDP-2006 - Improvements for default attributes registry configuration
add fce25a07f IDP-1935 - SAML2 Auth flow fails to decrypt with responder id override
add f754afacd IDP-1989 - Improve status page dependency on internal classes
add 451228da6 IDP-2027 - Flow exception handling is breaking under Eclipse
add f18513212 JSATTR-4 Remove springResources from data connector
add 7063a5fb9 JSATTR-4 Remove springResources from data connector
add e44b92565 Fix test
add 0af0470f2 JSATTR-4 Remove springResources from data connector
add a8629f331 Deprecate a class we need to move.
new 7c7c8fedf IDP-1927 Make Jetty run under its own credentials for windows installs
new f928216b5 IDP-1927 Make Jetty run under its own credentials for windows installs
new 8d3e112a8 IDP-1927 Make Jetty run under its own credentials for windows installs
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (14c871628)
\
N -- N -- N refs/heads/dev/IDP-1927 (8d3e112a8)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 3 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:
.../spring/dc/AbstractDataConnectorParser.java | 9 ++
.../spring/dc/impl/StaticDataConnectorParser.java | 9 ++
.../dc/ldap/impl/LDAPDataConnectorParser.java | 78 +++++++++---
.../spring/ad/SimpleAttributeParserTest.java | 4 +-
.../spring/dc/StaticDataConnectorParserTest.java | 16 +++
.../dc/ldap/LDAPDataConnectorParserTest.java | 17 ++-
.../idp/attribute/resolver/spring/customBean.xml | 16 +++
.../ldap/resolver/ldap-attribute-resolver-ref.xml | 20 ++++
.../ldap-ref-beans.xml} | 14 +--
...ttributesHybrid.xml => staticAttributesRef.xml} | 6 +-
.../DefaultPrincipalDeterminationStrategy.java | 3 +
.../net/shibboleth/idp/conf/global-system.xml | 3 +
.../shibboleth/idp/conf/relying-party-system.xml | 2 +-
.../idp/flows/admin/admin-abstract-flow.xml | 2 +-
.../idp/flows/authn/authn-abstract-flow.xml | 6 +-
.../idp/flows/c14n/subject-c14n-abstract-flow.xml | 6 +-
.../shibboleth/idp/flows/cas/cas-abstract-flow.xml | 3 +-
.../client-storage/client-storage-read-flow.xml | 4 +-
.../client-storage/client-storage-write-flow.xml | 4 +-
.../flows/intercept/intercept-abstract-flow.xml | 6 +-
.../shibboleth/idp/flows/logout/logout-flow.xml | 3 +-
.../idp/flows/logout/logout-propagation-flow.xml | 3 +-
.../flows/saml/logout/saml2-logoutprop-flow.xml | 3 +-
.../idp/flows/saml/saml-abstract-flow.xml | 2 +-
.../main/resources/conf/attributes/eduPerson.xml | 42 ++++---
.../resources/conf/attributes/inetOrgPerson.xml | 22 ++--
.../main/resources/conf/attributes/samlSubject.xml | 12 +-
.../src/main/resources/conf/attributes/schac.xml | 133 +++++++++++++++++++--
.../src/main/wix/ShibbolethIdP-install-dlg.wxs | 58 ++++++---
.../src/main/wix/ShibbolethIdP-registry.wxs | 5 +-
.../src/main/wix/ShibbolethIdP-update-dlg.wxs | 37 ++++++
idp-installer/src/main/wix/procrun.wxs | 2 +-
.../idp/profile/LogRuntimeException.java} | 27 +++--
.../schema/shibboleth-attribute-resolver.xsd | 27 ++++-
idp-war/src/main/webapp/WEB-INF/jsp/status.jsp | 5 -
35 files changed, 492 insertions(+), 117 deletions(-)
create mode 100644 idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/resolver/ldap-attribute-resolver-ref.xml
copy idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/{ldap-attribute-resolver-spring-context.xml => resolver/ldap-ref-beans.xml} (81%)
copy idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/resolver/{staticAttributesHybrid.xml => staticAttributesRef.xml} (71%)
copy idp-profile-api/src/{test/java/net/shibboleth/idp/profile/testing/MockProfileConfiguration.java => main/java/net/shibboleth/idp/profile/LogRuntimeException.java} (59%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list