You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/03/11 17:52:57 UTC

[nifi] branch main updated (72fadf9 -> 885c475)

This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from 72fadf9  NIFI-9780 fixing many inconsistent pom project declarations and updated org apache parent version
     add 885c475  NIFI-9699 - Updated oidcCallback method to handle error cases. Added some unit tests.

No new revisions were added by this update.

Summary of changes:
 .../apache/nifi/web/api/OIDCAccessResource.java    | 113 ++++++++--------
 .../nifi/web/api/OIDCAccessResourceTest.java       | 146 +++++++++++++++++++++
 2 files changed, 202 insertions(+), 57 deletions(-)
 create mode 100644 nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/test/java/org/apache/nifi/web/api/OIDCAccessResourceTest.java