Skip to content

Commit c7b9b33

Browse files
Merge branch '5.8.x'
2 parents 9f18af7 + 4d646a2 commit c7b9b33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules/ROOT/pages/servlet/authentication/passwords/digest.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ UserDetailsService userDetailsService;
4848
4949
DigestAuthenticationEntryPoint entryPoint() {
5050
DigestAuthenticationEntryPoint result = new DigestAuthenticationEntryPoint();
51-
result.setRealmName("My App Relam");
51+
result.setRealmName("My App Realm");
5252
result.setKey("3028472b-da34-4501-bfd8-a355c42bdf92");
5353
}
5454

docs/modules/ROOT/pages/servlet/oauth2/resource-server/opaque-token.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
As described in xref:servlet/oauth2/resource-server/jwt.adoc#oauth2resourceserver-jwt-minimaldependencies[Minimal Dependencies for JWT] most of Resource Server support is collected in `spring-security-oauth2-resource-server`.
77
However unless a custom <<oauth2resourceserver-opaque-introspector,`OpaqueTokenIntrospector`>> is provided, the Resource Server will fallback to NimbusOpaqueTokenIntrospector.
88
Meaning that both `spring-security-oauth2-resource-server` and `oauth2-oidc-sdk` are necessary in order to have a working minimal Resource Server that supports opaque Bearer Tokens.
9-
Please refer to `spring-security-oauth2-resource-server` in order to determin the correct version for `oauth2-oidc-sdk`.
9+
Please refer to `spring-security-oauth2-resource-server` in order to determine the correct version for `oauth2-oidc-sdk`.
1010

1111
[[oauth2resourceserver-opaque-minimalconfiguration]]
1212
== Minimal Configuration for Introspection

0 commit comments

Comments
 (0)