Is your feature request related to a problem? Please describe.
Currently the service broker only supports basic auth. This might be enough for some use cases, but having some kind of support for authentication methods like OAuth would bring a huge improvement.
Describe the solution you'd like
Replace the simple BrokerCredentials with some Authenticator abstraction
Describe alternatives you've considered
As a workaround a developer could pass None as BrokerCredentials and add a before request filter on their own.
Is your feature request related to a problem? Please describe. Currently the service broker only supports basic auth. This might be enough for some use cases, but having some kind of support for authentication methods like OAuth would bring a huge improvement.
Describe the solution you'd like Replace the simple BrokerCredentials with some Authenticator abstraction
Describe alternatives you've considered As a workaround a developer could pass None as BrokerCredentials and add a before request filter on their own.