This is an automated email from the ASF dual-hosted git repository.
thenatog pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from c396927 NIFI-7594 In HandleHttpRequest deleting multipart file
resources after processing.
add aa741cc NIFI-7332 Added method to log available claim names from the
ID provider response when the OIDC Identifying User claim is not found. Revised
log message to print available claims. Added new
StandardOidcIdentityProviderGroovyTest file. Updated deprecated methods in
StandardOidcIdentityProvider. Changed log output to print all available claim
names from JWTClaimsSet. Added unit test. Added comments in
getAvailableClaims() method. Fixed typos in NiFi Docs Admin Guide. Added [...]
No new revisions were added by this update.
Summary of changes:
.../src/main/asciidoc/administration-guide.adoc | 5 +-
.../web/security/oidc/OidcIdentityProvider.java | 6 +-
.../apache/nifi/web/security/oidc/OidcService.java | 17 +-
.../oidc/StandardOidcIdentityProvider.java | 391 ++++++++------
.../StandardOidcIdentityProviderGroovyTest.groovy | 584 +++++++++++++++++++++
5 files changed, 847 insertions(+), 156 deletions(-)
create mode 100644
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/src/test/groovy/org/apache/nifi/web/security/oidc/StandardOidcIdentityProviderGroovyTest.groovy