diff --git a/docs/src/main/asciidoc/security-openid-connect-providers.adoc b/docs/src/main/asciidoc/security-openid-connect-providers.adoc index bba9b058d8a7f..5bce22d1e9a77 100644 --- a/docs/src/main/asciidoc/security-openid-connect-providers.adoc +++ b/docs/src/main/asciidoc/security-openid-connect-providers.adoc @@ -442,7 +442,7 @@ public interface GoogleCalendarClient { <1> The `@AccessToken` annotation enables an access token propagation to the target service. -For completeness, for this REST client to work, you need to configure the Google Calendar address and request that an access token is allowed to be used for accessing this service. +Finally, you need to configure the Google Calendar address and request the Google Calendar scope for an access token, as outlined in the following example: [source,properties] ----