spring-cloud-open-service-broker icon indicating copy to clipboard operation
spring-cloud-open-service-broker copied to clipboard

Access to Authentication object from createServiceInstance() etc

Open brianwhu opened this issue 3 years ago • 0 comments

In our OSB service methods we need access to the caller's principal and authority information that we have authenticated in a security filter. How can this be achieved with the current API? Is the Authentication object being passed down the filter chain available in service methods? Appreciate any suggestions. Regards.

brianwhu avatar Dec 06 '21 05:12 brianwhu