Missing spring: prefix on jwk-set-uri example
This commit is contained in:
@@ -94,11 +94,12 @@ If the authorization server doesn't support the Provider Configuration endpoint,
|
|||||||
|
|
||||||
[source,yaml]
|
[source,yaml]
|
||||||
----
|
----
|
||||||
security:
|
spring:
|
||||||
oauth2:
|
security:
|
||||||
resourceserver:
|
oauth2:
|
||||||
jwt:
|
resourceserver:
|
||||||
jwk-set-uri: https://idp.example.com/.well-known/jwks.json
|
jwt:
|
||||||
|
jwk-set-uri: https://idp.example.com/.well-known/jwks.json
|
||||||
----
|
----
|
||||||
|
|
||||||
[NOTE]
|
[NOTE]
|
||||||
|
|||||||
Reference in New Issue
Block a user