This is an automated email from the ASF dual-hosted git repository.
thenatog pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from 28cd5d1 NIFI-9345: Resolving NPE in ProcessorEntityMerger (#5491)
add 9865ea2 NIFI-9322 Refactored OIDC and SAML Access Resources
No new revisions were added by this update.
Summary of changes:
.../org/apache/nifi/web/api/AccessResource.java | 34 ++------
.../apache/nifi/web/api/OIDCAccessResource.java | 10 +--
.../apache/nifi/web/api/SAMLAccessResource.java | 48 ++++++++---
.../jwt/provider/StandardBearerTokenProvider.java | 26 +++++-
.../security/token/LoginAuthenticationToken.java | 17 ++--
.../provider/StandardBearerTokenProviderTest.java | 99 +++++++++++++++++-----
6 files changed, 156 insertions(+), 78 deletions(-)