[java-idp-oidc] branch main updated (d8a5def1 -> c2c5bc1f)
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Nov 27 17:32:24 UTC 2020
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a change to branch main
in repository java-idp-oidc.
from d8a5def1 Adjust transcoder bean names for consistency with IdP.
new b1f0e402 JCOMOIDC-6 Move common crypto/security code from the OIDC plugin
new c2c5bc1f JCOMOIDC-6 Move common crypto/security code from the OIDC plugin
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../oidc/metadata/resolver/RemoteJwkSetCache.java | 179 ---------------------
.../oidc/metadata/support/RemoteJwkUtils.java | 106 ------------
.../metadata/resolver/RemoteJwkSetCacheTest.java | 138 ----------------
.../impl/FilesystemClientInformationResolver.java | 2 +-
.../StorageServiceClientInformationResolver.java | 2 +-
.../oidc/profile/impl/AddJwksToClientMetadata.java | 2 +-
.../oidc/op/conf/clientinfo-resolver-system.xml | 2 +-
7 files changed, 4 insertions(+), 427 deletions(-)
delete mode 100644 idp-oidc-extension-api/src/main/java/org/geant/idpextension/oidc/metadata/resolver/RemoteJwkSetCache.java
delete mode 100644 idp-oidc-extension-api/src/main/java/org/geant/idpextension/oidc/metadata/support/RemoteJwkUtils.java
delete mode 100644 idp-oidc-extension-api/src/test/java/org/geant/idpextension/oidc/metadata/resolver/RemoteJwkSetCacheTest.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list