Re: nifi-api with a server secured with Microsoft AD

2022-11-01 Thread Jens M. Kofoed
Hi David It's also possible to configure authorizers.xml to both handle LDAP and local users (file-access) so you can have both. It's using composite-configurable-user-group-provider. Just remember that nifi is case sentitive, so the what you specify as the user, should match exactly what nifi

Re: nifi-api with a server secured with Microsoft AD

2022-11-01 Thread David Early via users
Mike and Shawn, thanks for the feedback, have not had a chance to try either, but appreciate your help. Will be trying the cert this week, will reach out to the AD managers about a more direct AD solution. Dave On Sat, Oct 29, 2022 at 7:10 PM Mike Thomsen wrote: > David, > > Another option

Re: nifi-api with a server secured with Microsoft AD

2022-10-29 Thread Mike Thomsen
David, Another option you might want to explore is having AD generate client certificates for your users. On Sat, Oct 29, 2022 at 12:01 PM Shawn Weeks wrote: > > NiFi should always accept a cert at the rest api if you provide one. If your > using curl just add the “--key” and “--cert” and call

Re: nifi-api with a server secured with Microsoft AD

2022-10-29 Thread Shawn Weeks
NiFi should always accept a cert at the rest api if you provide one. If your using curl just add the “--key” and “--cert” and call whatever api url your trying directly. You’ll need to make sure that the cert your using is signed by the same local CA that NiFi is set to trust and that you’ve