You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would the spring cloud community have code snippets or pointers available to share to support this use-case ?
If not, I'll keep on iterating with my prototyping and would be keen on contributing this to the spring-cloud-open-service-broker documentation of this can be useful to the community.
The text was updated successfully, but these errors were encountered:
gberche-orange
changed the title
Sashboard SSO support: CF authZ (service instance permission)
Dashboard SSO support: CF authZ (service instance permission)
Aug 6, 2020
The Oauth based authN flow is pretty well documented when the dashboard urls are fronted by spring-cloud-gateway, see 2019 blog securing-services-with-spring-cloud-gateway
The authZ using the CF
GET /v2/service_instances/:guid/permissions
endpoint seems less documented. Custom spring security authZ using blocking servlet API is documented at spring-security#authz-custom-voter, 2009 blog spring-security-customization-part-2-adjusting-secured-session-in-real-time, as well as baeldung.com/spring-security-custom-voter however the reactive counter part is harder to find, boot-features-security-webflux seems a good entry point.Would the spring cloud community have code snippets or pointers available to share to support this use-case ?
If not, I'll keep on iterating with my prototyping and would be keen on contributing this to the spring-cloud-open-service-broker documentation of this can be useful to the community.
The text was updated successfully, but these errors were encountered: