[java-identity-provider] branch dev/JMVN-7.JMVN-1 updated (f9e44026b -> e4a50f954)

Rod Widdowson rdw at steadingsoftware.com
Mon Dec 6 15:30:09 UTC 2021


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

rdw pushed a change to branch dev/JMVN-7.JMVN-1
in repository java-identity-provider.

 discard f9e44026b JMVN-1 Exbed Keyrings from tested repository
 discard 0a7a61132 JMVN-7 Make the enforcer understand zip/tgz files
 discard 838205638 JMVN-1 Exbed Keyrings from tested repository
     add 1a959d7c8 Resources for testing OIDC via testbed.
     add e7501b8da IDP-1884 - Need a way to auto-inject creds into DefaultRelyingPartyConfigurationResolver
     add b01bb641d Adjust issuer to match testbed.
     add ddc8e6144 IDP-1870: Detect duplicate entityIDs when ingesting metadata
     add 9a54d786c IDP-1870: Detect duplicate entityIDs when ingesting metadata
     new 2e1f7282a JMVN-1 Exbed Keyrings from tested repository
     new 9c0583261 JMVN-7 Make the enforcer understand zip/tgz files
     new e4a50f954 JMVN-1 Exbed Keyrings from tested repository

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   (f9e44026b)
            \
             N -- N -- N   refs/heads/dev/JMVN-7.JMVN-1 (e4a50f954)

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:
 .../shibboleth/idp/conf/relying-party-system.xml   |  19 +-
 .../src/test/resources/conf/attribute-filter.xml   | 206 ++++++++++
 .../resources/conf/attribute-resolver.xml          |  35 +-
 .../resources/conf/attributes/default-rules.xml    |   2 +
 .../resources/conf/attributes/oidc-claim-rules.xml | 428 +++++++++++++++++++++
 .../{main => test}/resources/conf/credentials.xml  |   3 +
 idp-conf/src/test/resources/conf/global.xml        |   5 +-
 idp-conf/src/test/resources/conf/idp.properties    |   2 +-
 .../resources/conf/oidc-clientinfo-resolvers.xml   |  33 +-
 .../src/test/resources/conf/oidc-credentials.xml   |  68 ++++
 idp-conf/src/test/resources/conf/oidc.properties   |  83 ++++
 idp-conf/src/test/resources/conf/relying-party.xml |   7 +-
 .../resources/credentials/idp-encryption-rsa.jwk   |  13 +
 .../test/resources/credentials/idp-signing-es.jwk  |   9 +
 .../test/resources/credentials/idp-signing-rs.jwk  |  13 +
 .../test/resources/metadata/example-metadata.xml   |  10 +-
 .../resources/static/openid-configuration.json     | 137 +++++++
 .../RelyingPartyResolverCredentialHolder.java      |  65 ++++
 .../idp/profile/impl/MetadataQueryRequest.java     |  24 ++
 .../profile/impl/MetadataQueryRequestDecoder.java  |  37 ++
 .../DefaultRelyingPartyConfigurationResolver.java  |  28 +-
 .../impl/ChainingMetadataProviderParser.java       |   6 +
 .../metadata/ChainingMetadataParserTest.java       |   5 +
 .../spring/relyingparty/metadata/chain2.xml        |   1 +
 .../main/resources/schema/shibboleth-metadata.xsd  |   7 +
 25 files changed, 1207 insertions(+), 39 deletions(-)
 create mode 100644 idp-conf/src/test/resources/conf/attribute-filter.xml
 copy idp-conf/src/{main => test}/resources/conf/attribute-resolver.xml (64%)
 copy idp-conf/src/{main => test}/resources/conf/attributes/default-rules.xml (96%)
 create mode 100644 idp-conf/src/test/resources/conf/attributes/oidc-claim-rules.xml
 copy idp-conf/src/{main => test}/resources/conf/credentials.xml (96%)
 copy idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/authn/ipaddress-authn-config.xml => idp-conf/src/test/resources/conf/oidc-clientinfo-resolvers.xml (51%)
 create mode 100644 idp-conf/src/test/resources/conf/oidc-credentials.xml
 create mode 100644 idp-conf/src/test/resources/conf/oidc.properties
 create mode 100644 idp-conf/src/test/resources/credentials/idp-encryption-rsa.jwk
 create mode 100644 idp-conf/src/test/resources/credentials/idp-signing-es.jwk
 create mode 100644 idp-conf/src/test/resources/credentials/idp-signing-rs.jwk
 create mode 100644 idp-conf/src/test/resources/static/openid-configuration.json
 create mode 100644 idp-profile-api/src/main/java/net/shibboleth/idp/relyingparty/RelyingPartyResolverCredentialHolder.java

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


More information about the commits mailing list