Hello, I don't think you can make it truly case insensitive, but you can use the identity mappings to transform the incoming identity to either upper case or lower case:
nifi.security.identity.mapping.transform.dn=LOWER Assuming you make nifi.security.identity.mapping.pattern.dn match your LDAP DN pattern. -Bryan On Wed, Sep 19, 2018 at 8:57 AM Dnyaneshwar Pawar <[email protected]> wrote: > > Hi, > > We observed NiFi authorization is case sensitive on the NiFi integrated > with LDAP. It complains insufficient permissions (Unknown user with Identity > … ) when tried to log in with the username case change. Is there any way to > disable this behavior and make the username as case insensitive? > > > > Regards, > > Dnyaneshwar Pawar > >
