[java-idp-oidc] branch main updated (e513476c -> 349dd230)

Henri Mikkonen henri.mikkonen at iki.fi
Mon Mar 28 14:32:59 UTC 2022


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 e513476c Removed an unused class.
     new be70185b Deleted empty package.
     new 349dd230 Unify the OIDC admin flow error response messages.

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:
 .../plugin/oidc/op/authn/context/package-info.java |  22 ----
 .../admin/impl/AbstractAdminApiProfileAction.java  | 127 ++++++++++++++++++
 .../op/admin/impl/DoClientManagementOperation.java |  64 ++-------
 .../admin/impl/IssueRegistrationAccessToken.java   | 144 +++++++++++----------
 .../impl/IssueRegistrationAccessTokenTest.java     |  42 +++++-
 .../flow/IssueRegistrationAccessTokenFlowTest.java |  25 +++-
 6 files changed, 270 insertions(+), 154 deletions(-)
 delete mode 100644 idp-oidc-extension-api/src/main/java/net/shibboleth/idp/plugin/oidc/op/authn/context/package-info.java
 create mode 100644 idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/admin/impl/AbstractAdminApiProfileAction.java

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


More information about the commits mailing list