issues
search
spring-cloud
/
spring-cloud-common-security-config
A common security infrastructure used by Spring Cloud Data Flow and the projects in its ecosystem
19
stars
32
forks
source link
Add jwt token support
#76
Closed
jvalkeal
closed
4 years ago
jvalkeal
commented
4 years ago
Now conditionally using jwt support for resource server which allows to work with azure AD without requiring opaque token.
MappingJwtGrantedAuthoritiesConverter is mapping scopes from a token back to spring-security authorities.
Relates #73
Relates #74