Skip to content

Commit 5abe6ca

Browse files
xylomanrwinch
authored andcommitted
Missing spring: prefix on jwk-set-uri example
1 parent b581bb7 commit 5abe6ca

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/manual/src/docs/asciidoc/_includes/reactive/oauth2/resource-server.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,12 @@ If the authorization server doesn't support the Provider Configuration endpoint,
9494

9595
[source,yaml]
9696
----
97-
security:
98-
oauth2:
99-
resourceserver:
100-
jwt:
101-
jwk-set-uri: https://idp.example.com/.well-known/jwks.json
97+
spring:
98+
security:
99+
oauth2:
100+
resourceserver:
101+
jwt:
102+
jwk-set-uri: https://idp.example.com/.well-known/jwks.json
102103
----
103104

104105
[NOTE]

0 commit comments

Comments
 (0)