Github user kevdoran commented on a diff in the pull request:
https://github.com/apache/nifi-registry/pull/14#discussion_r142516209
--- Diff: nifi-registry-assembly/pom.xml ---
@@ -137,6 +137,8 @@
<nifi.registry.security.truststorePasswd />
<nifi.registry.security.needClientAuth />
<nifi.registry.security.authorized.users>./conf/authorized-users.xml</nifi.registry.security.authorized.users>
+
<nifi.security.user.authorizer>managed-authorizer</nifi.security.user.authorizer>
--- End diff --
nope. neither is login.identity.provider. will remove unused properties and
fix the prefixes to be consistent. good catch!
---