Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/security-openid-connect-providers.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Michelle Purcell <[email protected]>
  • Loading branch information
sberyozkin and michelle-purcell authored Jul 11, 2023
1 parent 85b5baa commit bcddf3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand Down

0 comments on commit bcddf3e

Please sign in to comment.