@@ -69,8 +69,8 @@ See xref:getting-spring-security.adoc[] for additional options when not using Sp
69
69
70
70
Consider the following use cases for OAuth2 Resource Server:
71
71
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)
74
74
75
75
[[oauth2-resource-server-access-token]]
76
76
=== Protect Access with an OAuth2 Access Token
@@ -393,13 +393,13 @@ See xref:getting-spring-security.adoc[] for additional options when not using Sp
393
393
394
394
Consider the following use cases for OAuth2 Client:
395
395
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>>
403
403
404
404
[[oauth2-client-log-users-in]]
405
405
=== Log Users In with OAuth2
0 commit comments