exceptionfactory commented on pull request #5216:
URL: https://github.com/apache/nifi/pull/5216#issuecomment-880294530


   Thanks for the feedback @jfrazee. As @bbende mentioned, this particular 
check is specific to the `SingleUserAuthorizer`.  The purpose is to prevent the 
`SingleUserAuthorizer` from being used with a Login Identity Provider other 
than `SingleUserLoginIdentityProvider`.  The `setProperties()` method that 
receives the instance of `NiFiProperties` gets called before `initialize()`, so 
moving the logic to `initialize()` allows the Authorizer to check its own 
identifier and thus be defined without necessarily being enabled.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to