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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1d8522b965 NIFI-14987 Added default values for new nifi-registry 
properties (#10321)
1d8522b965 is described below

commit 1d8522b96594ad32629c7bd98854cf3e7ee14378
Author: markobean <[email protected]>
AuthorDate: Thu Sep 18 09:36:02 2025 -0400

    NIFI-14987 Added default values for new nifi-registry properties (#10321)
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-registry/nifi-registry-assembly/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nifi-registry/nifi-registry-assembly/pom.xml 
b/nifi-registry/nifi-registry-assembly/pom.xml
index 4924ca73f5..09cbdf179c 100644
--- a/nifi-registry/nifi-registry-assembly/pom.xml
+++ b/nifi-registry/nifi-registry-assembly/pom.xml
@@ -212,6 +212,8 @@
         <nifi.registry.security.user.oidc.client.id />
         <nifi.registry.security.user.oidc.client.secret />
         <nifi.registry.security.user.oidc.preferred.jwsalgorithm />
+        <nifi.registry.security.user.oidc.additional.scopes />
+        <nifi.registry.security.user.oidc.claim.identifying.user />
         
<nifi.registry.security.user.oidc.claim.groups>groups</nifi.registry.security.user.oidc.claim.groups>
 
         <!-- nifi.registry.properties: revision management properties -->

Reply via email to