[java-idp-oidc] branch dev/JCOMOIDC-66 updated (470aedc1 -> 55106166)

Phil Smart philip.smart at jisc.ac.uk
Wed Apr 19 09:22:50 UTC 2023


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

philsmart pushed a change to branch dev/JCOMOIDC-66
in repository java-idp-oidc.

 discard 470aedc1 Fix credential factory move
 discard 3e291f21 Changes to support interface changes in oidc-common
     add c4186360 Changed the default 'idp.loglevel.idp' from DEBUG into INFO in tests.
     add f911af87 JOIDC-145 - Remove scripted functions from the flow beans
     add f08bab98 JCOMOIDC-41 - Move OIDC Signature Validation resolvers and parameter classes to commons
     add e59d4f80 Disabled logging produced by the flow tests by default.
     add b4c43b5f Updated the password to match with secret defined in flow tests
     add d8ae30fe Refactored the class to not store the resolved metadata in a class variable.
     add 836fb72d Exploit activation condition for signature params population.
     add 74a4b5d3 JOIDC-142 - Improve Request Object handling and configuration
     add 4ec33723 JOIDC-148 - Improve support for request_uris in dynamic client registration
     add fc871824 JOIDC-145 - Remove scripted functions from the flow beans
     add 587c291f JOIDC-144 - Improve token audience handling with JWT authentication
     add db5a9440 JOIDC-150 - Improve configuration for the refresh token issuance
     new eb0a1f8d Changes to support interface changes in oidc-common
     new 55106166 Fix credential factory move

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   (470aedc1)
            \
             N -- N -- N   refs/heads/dev/JCOMOIDC-66 (55106166)

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 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:
 .gitignore                                         |   1 +
 .../impl/OIDCClientInfoCredentialValidator.java    |  46 ++++---
 .../impl/SetRequestObjectToResponseContext.java    |  22 +++-
 ...ta.java => AddRequestUrisToClientMetadata.java} |  10 +-
 .../impl/SetRefreshTokenToResponseContext.java     |   7 --
 ...ition.java => OfflineAccessScopeCondition.java} |   8 +-
 .../flows/oidc/abstract/oidc-abstract-beans.xml    |  13 +-
 .../idp/flows/oidc/authorize/authorize-beans.xml   |   9 +-
 .../idp/flows/oidc/register/register-beans.xml     |   5 +-
 .../idp/flows/oidc/register/register-flow.xml      |   1 +
 .../idp/flows/oidc/token/token-beans.xml           |  46 ++++---
 .../idp/flows/oidc/userinfo/userinfo-beans.xml     |  17 +--
 .../idp/service/relying-party/postconfig.xml       |   8 +-
 .../op/conf/examples/oidc-attribute-resolver.xml   |  14 +--
 .../idp/plugin/oidc/op/conf/oidc.properties        |  10 +-
 .../SetRequestObjectToResponseContextTest.java     |  15 +++
 .../AbstractOidcClientAuthenticationFlowTest.java  |  32 ++++-
 .../oidc/op/profile/flow/AuthorizeFlowTest.java    | 135 ++++++++++++++++++++-
 .../op/profile/flow/IntrospectionFlowTest.java     |   1 +
 .../oidc/op/profile/flow/RegistrationFlowTest.java |   5 +-
 .../oidc/op/profile/flow/RevocationFlowTest.java   |   2 +-
 .../plugin/oidc/op/profile/flow/TokenFlowTest.java |  76 ++++++++++--
 ...ava => AddRequestUrisToClientMetadataTest.java} |  34 +++---
 .../impl/SetRefreshTokenToResponseContextTest.java |  19 ---
 .../src/test/resources/conf/logback.xml            |  35 +++---
 .../src/test/resources/conf/relying-party.xml      |   9 ++
 .../src/test/resources/credentials/htpasswd.txt    |   2 +-
 27 files changed, 417 insertions(+), 165 deletions(-)
 copy idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/{AddRedirectUrisToClientMetadata.java => AddRequestUrisToClientMetadata.java} (73%)
 copy idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/logic/{IssueIDTokenCondition.java => OfflineAccessScopeCondition.java} (89%)
 copy idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/{AddRedirectUrisToClientMetadataTest.java => AddRequestUrisToClientMetadataTest.java} (69%)

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


More information about the commits mailing list