Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Fix typo in index.adoc #236

Merged
merged 1 commit into from
Mar 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ However, we can add this with only a few lines.

First, you need to add another dependency: `com.nimbusds:nimbus-jose-jwt`. This gives you the appropriate JWK primitives.

Second, instead of using `@EnableAuthorizationServer`, you need to directlyu include its two `@Configuration` classes:
Second, instead of using `@EnableAuthorizationServer`, you need to directly include its two `@Configuration` classes:

* `AuthorizationServerEndpointsConfiguration`: The `@Configuration` class for configuring the OAuth 2.0 API endpoints, such as what format to use for the tokens.
* `AuthorizationServerSecurityConfiguration`: The `@Configuration` class for the access rules around those endpoints.
Expand Down