Skip to content

Commit fe0ba38

Browse files
Add documentation about new Secured annotation behavior
1 parent dcdb8ea commit fe0ba38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ Defining bean with type `GrpcSecurityConfigurerAdapter` annotated with `@EnableG
354354
----
355355

356356
This default configuration secures GRPC methods/services annotated with `org.springframework.security.access.annotation.@Secured` annotation. +
357+
The value passed to the Annotation can be left empty in which case only authentication will be performed. +
357358
If `JwtDecoder` bean exists in your context, it will also register `JwtAuthenticationProvider` to handle the validation of authentication claim.
358359

359360
==== Custom

0 commit comments

Comments
 (0)