[java-identity-provider] branch dev/JPAR-234 updated (10055f864 -> 61d906242)
Ian Young
ian at iay.org.uk
Thu Oct 16 16:02:50 UTC 2025
This is an automated email from the git hooks/post-receive script.
iay pushed a change to branch dev/JPAR-234
in repository java-identity-provider.
discard 10055f864 JPAR-234 - Track Spring Framework 7.0
add 816c27839 JSPROF-11 - Add attributes to resolve to resolving profile interface
add b07e0c4f6 IDP-2397 Use project.version to set msi internal version
add 981d63025 Add NameID transcoders for use by SP, may or may not leverage in IdP.
add 8ee978609 Forgot to wire in strategy functions into NameID decoders.
add d070ebb13 Add a few NameID decoding rules OOB.
add b06cbd653 IDP-2407 - Add NameID decoding to SAML login flow
add e43c4c2e1 Freshen test properties.
add 3c0ac93ce IDP-2408 - Distingishing OIDC login_hint from IdP session hintedName
new 61d906242 JPAR-234 - Track Spring Framework 7.0
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 (10055f864)
\
N -- N -- N refs/heads/dev/JPAR-234 (61d906242)
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 1 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:
.../admin/BasicAdministrativeFlowDescriptor.java | 44 +++++++++++++
.../cas/config/AbstractProtocolConfiguration.java | 49 ++++++++++++++
.../idp/conf/attribute-registry-system.xml | 11 ++++
.../net/shibboleth/idp/conf/global-system.xml | 6 ++
.../shibboleth/idp/conf/relying-party-mddriven.xml | 15 +++++
.../net/shibboleth/idp/flows/authn/authn-beans.xml | 4 +-
.../idp/flows/authn/saml-authn-beans.xml | 1 +
.../idp/module/conf/attributes/samlSubject.xml | 74 +++++++++++++++++++++-
.../idp/module/conf/authn/authn.properties | 2 +
.../idp/module/conf/authn/authn.properties | 4 ++
idp-msi/pom.xml | 41 +++++++++---
.../idp/profile/impl/ResolveAttributes.java | 45 ++++++++++++-
.../impl/AttributeQueryProfileConfiguration.java | 49 ++++++++++++++
.../impl/BrowserSSOProfileConfiguration.java | 44 +++++++++++++
.../impl/AttributeQueryProfileConfiguration.java | 49 ++++++++++++++
.../impl/BrowserSSOProfileConfiguration.java | 44 +++++++++++++
.../profile/impl/ValidateSAMLAuthentication.java | 72 ++++++++++++++++++++-
.../impl/ExtractActiveAuthenticationResults.java | 20 +++++-
18 files changed, 552 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list