[java-oidc-common] branch main updated (6aefb41 -> 1ffd787)
Henri Mikkonen
henri.mikkonen at iki.fi
Wed Apr 24 07:32:18 UTC 2024
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a change to branch main
in repository java-oidc-common.
from 6aefb41 Bump version after release
new cf0d3e6 Bump version to 3.2.0-SNAPSHOT and module ID to idp.oidc.common.6
new 1ffd787 JCOMOIDC-108 - Profile Configuration for OAuth2 PAR
The 2 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:
oidc-common-attribute-api/pom.xml | 2 +-
oidc-common-attribute-impl/pom.xml | 2 +-
oidc-common-bom/pom.xml | 2 +-
oidc-common-crypto-api/pom.xml | 2 +-
oidc-common-crypto-impl/pom.xml | 2 +-
oidc-common-dist/pom.xml | 2 +-
oidc-common-metadata-api/pom.xml | 2 +-
oidc-common-metadata-impl/pom.xml | 2 +-
oidc-common-plugin/pom.xml | 2 +-
...DCCommonModule5.java => OIDCCommonModule6.java} | 6 +-
.../shibboleth/oidc/common/OIDCCommonPlugin.java | 5 +-
.../services/net.shibboleth.idp.module.IdPModule | 1 +
.../net/shibboleth/oidc/common/module.properties | 7 +
.../net/shibboleth/oidc/common/plugin.properties | 2 +-
oidc-common-profile-api/pom.xml | 2 +-
...aimsSetManipulationStrategyLookupFunction.java} | 14 +-
...orizationRequestUriLifetimeLookupFunction.java} | 10 +-
...AuthorizationRequestUriTypeLookupFunction.java} | 11 +-
...h2PushedAuthorizationRequestConfiguration.java} | 50 +++---
oidc-common-profile-impl/pom.xml | 2 +-
...th2PushedAuthorizationRequestConfiguration.java | 195 +++++++++++++++++++++
oidc-common-saml-api/pom.xml | 2 +-
oidc-common-saml-impl/pom.xml | 2 +-
pom.xml | 2 +-
24 files changed, 269 insertions(+), 60 deletions(-)
copy oidc-common-plugin/src/main/java/net/shibboleth/oidc/common/{OIDCCommonModule5.java => OIDCCommonModule6.java} (85%)
copy oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/navigate/{RefreshTokenClaimsSetManipulationStrategyLookupFunction.java => PushedAuthorizationRequestUriClaimsSetManipulationStrategyLookupFunction.java} (77%)
copy oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/navigate/{SecretExpirationPeriodLookupFunction.java => PushedAuthorizationRequestUriLifetimeLookupFunction.java} (77%)
copy oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/navigate/{AccessTokenTypeLookupFunction.java => PushedAuthorizationRequestUriTypeLookupFunction.java} (76%)
copy oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/oauth2/config/{OAuth2AccessTokenProducingProfileConfiguration.java => OAuth2PushedAuthorizationRequestConfiguration.java} (50%)
create mode 100644 oidc-common-profile-impl/src/main/java/net/shibboleth/oidc/profile/oauth2/config/impl/DefaultOAuth2PushedAuthorizationRequestConfiguration.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list