parent
f43996b99f
commit
29ed728a70
|
@ -234,7 +234,7 @@ client
|
||||||
.get().uri("/endpoint").exchange();
|
.get().uri("/endpoint").exchange();
|
||||||
----
|
----
|
||||||
|
|
||||||
You can also specify a complete `Jwt`, for which `Jwt.Builder` comes quite handy:
|
You can also specify a complete `Jwt`, for which `{security-api-url}org/springframework/security/oauth2/jwt/Jwt.Builder.html[Jwt.Builder]` comes quite handy:
|
||||||
|
|
||||||
[source,java]
|
[source,java]
|
||||||
----
|
----
|
||||||
|
|
|
@ -364,7 +364,7 @@ mvc
|
||||||
.with(jwt().authorities(new MyConverter())));
|
.with(jwt().authorities(new MyConverter())));
|
||||||
----
|
----
|
||||||
|
|
||||||
You can also specify a complete `Jwt`, for which `Jwt.Builder` comes quite handy:
|
You can also specify a complete `Jwt`, for which `{security-api-url}org/springframework/security/oauth2/jwt/Jwt.Builder.html[Jwt.Builder]` comes quite handy:
|
||||||
|
|
||||||
[source,java]
|
[source,java]
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in New Issue