[java-plugin-shibd-oidc] branch dev/JSHIBDOIDC-31-cred-resolver updated (d885a76 -> 9d2ac9d)
Codeberg
noreply at shibboleth.net
Wed Aug 12 16:18:24 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a change to branch dev/JSHIBDOIDC-31-cred-resolver
in repository java-plugin-shibd-oidc.
discard d885a76 JSHIBDOIDC-31 - Support new CredentialResolver service
discard 1ccea8d WIP: Adding the new credential resolver to the decryption key lookup
discard bcf55c6 Javadoc updates with TODO reminder.
discard deba0cf WIP: Early, successful so far, attempt to replace signing cred resolver
add d342169 Register oidc session initiator flow (always active).
new dd5d448 WIP: Early, successful so far, attempt to replace signing cred resolver
new a378a79 Javadoc updates with TODO reminder.
new 5cb0d69 WIP: Adding the new credential resolver to the decryption key lookup
new 6f34c91 JSHIBDOIDC-31 - Support new CredentialResolver service
new b5a21ba WIP: JSHIBDOIDC-31 - Support new CredentialResolver service
new 9d2ac9d JavaDoc and checkstyle
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 (d885a76)
\
N -- N -- N refs/heads/dev/JSHIBDOIDC-31-cred-resolver (9d2ac9d)
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 6 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:
.../ForceAuthnParameterLookupStrategy.java | 6 +-
.../profile/config/navigate}/package-info.java | 4 +-
.../navigate/IDTokenHintLookupStrategy.java | 3 +-
.../net/shibboleth/sp/oidc/testing/TestHelper.java | 66 ++-
.../META-INF/net.shibboleth.idp/postconfig.xml | 9 +
.../idp/flows/sp/consumer/oidc/oidc-beans.xml | 7 +-
.../net/shibboleth/sp/service/agent/postconfig.xml | 30 +-
.../sp/service/credentials/postconfig.xml | 17 +
.../flows/AbstractOIDCTokenConsumerFlowTest.java | 4 +
.../sp/oidc/flows/OIDCTokenConsumerFlowTest.java | 59 +++
...DCEnvironmentApplicationContextInitializer.java | 4 +-
...cationContextInitializerWithStorageService.java | 2 +-
.../idp/module/conf/sp/oidc-test-agents.xml | 12 +-
.../net/shibboleth/sp/oidc-test-beans.xml | 8 +-
.../impl/BasicSignatureSigningConfiguration.java | 2 +-
.../impl/ClientSecretCredentialResolver.java | 169 ++++++++
.../impl/StaticClientSecretCredentialResolver.java | 192 +++++++++
...StaticFilteringCriterionCredentialResolver.java | 2 +-
.../impl/OIDCProviderMetadataLookupHandler.java | 2 +-
...izeOAuth2ClientAuthenticationMethodHandler.java | 123 ++++--
.../impl/InitializeOAuth2ClientContext.java | 2 +-
.../profile/impl/BaseOIDCAuthenticationTest.java | 12 +
...Auth2ClientAuthenticationMethodHandlerTest.java | 444 +++++++++++++++++++++
23 files changed, 1109 insertions(+), 70 deletions(-)
copy {sp-oidc-conf-impl/src/main/java/net/shibboleth/sp/oidc/conf => sp-oidc-api/src/main/java/net/shibboleth/sp/oidc/profile/config/navigate}/package-info.java (84%)
create mode 100644 sp-oidc-impl/src/main/java/net/shibboleth/sp/jose/config/impl/ClientSecretCredentialResolver.java
create mode 100644 sp-oidc-impl/src/main/java/net/shibboleth/sp/jose/config/impl/StaticClientSecretCredentialResolver.java
create mode 100644 sp-oidc-impl/src/test/java/net/shibboleth/sp/oidc/profile/impl/InitializeOAuth2ClientAuthenticationMethodHandlerTest.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list