Files
releases/docs/website/content/integrations/springsecurity-api.md
T
Charlie Egan 35da78715d docs: Validate ecosystem keys (#6522)
At the moment we have some entries with . chars in their ids, this makes
the hugo page look up break, so now these are validated to be
sausage-case-values.

Signed-off-by: Charlie Egan <charlie@styra.com>
2024-01-11 13:42:43 +00:00

1.3 KiB

title, labels, software, code, tutorials, inventors, docs_features
title labels software code tutorials inventors docs_features
Authorization for Java Spring Security
layer category
network application
javaspringsecurity
https://github.com/open-policy-agent/contrib/tree/master/spring_authz
https://github.com/Bisnode/opa-spring-security
https://github.com/build-security/opa-java-spring-client
https://github.com/massenz/jwt-opa
https://github.com/eugenp/tutorials/tree/master/spring-security-modules/spring-security-opa
https://github.com/open-policy-agent/contrib/blob/master/spring_authz/README.md
https://github.com/massenz/jwt-opa#web-server-demo-app
https://www.baeldung.com/spring-security-authorization-opa
styra
build-security
bisnode
alertavert
rest-api-integration
note
OPA Spring Security uses the REST API to query OPA about authz decisions. See an example application in OPA's [contrib repo](https://github.com/open-policy-agent/contrib/tree/main/spring_authz).

Spring Security provides a framework for securing Java applications. These integrations provide simple implementations for Spring Security that use OPA for making API authorization decisions. They provide support for both traditional Spring Security (MVC), as well as an implementation for Spring Reactive (Web Flux).