Skip to content

Commit 9b89fc2

Browse files
committed
Add example for setting up client credentials
Closes gh-15304
1 parent dab6950 commit 9b89fc2

File tree

2 files changed

+294
-148
lines changed

2 files changed

+294
-148
lines changed

docs/modules/ROOT/pages/reactive/oauth2/index.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ See xref:getting-spring-security.adoc[] for additional options when not using Sp
6969

7070
Consider the following use cases for OAuth2 Resource Server:
7171

72-
* <<oauth2-resource-server-access-token,I want to protect access to the API using OAuth2>> (authorization server provides JWT or opaque access token)
73-
* <<oauth2-resource-server-custom-jwt,I want to protect access to the API using a JWT>> (custom token)
72+
* I want to <<oauth2-resource-server-access-token,protect access to the API using OAuth2>> (authorization server provides JWT or opaque access token)
73+
* I want to <<oauth2-resource-server-custom-jwt,protect access to the API using a JWT>> (custom token)
7474

7575
[[oauth2-resource-server-access-token]]
7676
=== Protect Access with an OAuth2 Access Token
@@ -393,13 +393,13 @@ See xref:getting-spring-security.adoc[] for additional options when not using Sp
393393

394394
Consider the following use cases for OAuth2 Client:
395395

396-
* <<oauth2-client-log-users-in,I want to log users in using OAuth 2.0 or OpenID Connect 1.0>>
397-
* <<oauth2-client-access-protected-resources,I want to obtain an access token for users in order to access a third-party API>>
398-
* <<oauth2-client-access-protected-resources-current-user,I want to do both>> (log users in _and_ access a third-party API)
399-
* <<oauth2-client-enable-extension-grant-type,I want to enable an extension grant type>>
400-
* <<oauth2-client-customize-existing-grant-type,I want to customize an existing grant type>>
401-
* <<oauth2-client-customize-request-parameters,I want to customize token request parameters>>
402-
* <<oauth2-client-customize-web-client,I want to customize the `WebClient` used by OAuth2 Client components>>
396+
* I want to <<oauth2-client-log-users-in,log users in using OAuth 2.0 or OpenID Connect 1.0>>
397+
* I want to <<oauth2-client-access-protected-resources,obtain an access token for users>> in order to access a third-party API
398+
* I want to <<oauth2-client-access-protected-resources-current-user,do both>> (log users in _and_ access a third-party API)
399+
* I want to <<oauth2-client-enable-extension-grant-type,enable an extension grant type>>
400+
* I want to <<oauth2-client-customize-existing-grant-type,customize an existing grant type>>
401+
* I want to <<oauth2-client-customize-request-parameters,customize token request parameters>>
402+
* I want to <<oauth2-client-customize-web-client,customize the `WebClient` used by OAuth2 Client components>>
403403

404404
[[oauth2-client-log-users-in]]
405405
=== Log Users In with OAuth2

0 commit comments

Comments
 (0)