spring-cloud-open-service-broker
spring-cloud-open-service-broker copied to clipboard
Access to Authentication object from createServiceInstance() etc
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.