How to use Custom AuthenticationProvider?

I need a Custom AuthenticationProvider, i know i have to implement the org.camunda.bpm.engine.rest.security.auth.AuthenticationProvider interface.
How can I add the custom provider to the rest api?

1 Like