You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/docs/asciidoc/getting-started.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ This is a minimal configuration for getting started quickly. To understand what
52
52
<1> A Spring Security filter chain for the xref:protocol-endpoints.adoc[Protocol Endpoints].
53
53
<2> A Spring Security filter chain for https://docs.spring.io/spring-security/reference/servlet/authentication/index.html[authentication].
54
54
<3> An instance of {spring-security-api-base-url}/org/springframework/security/core/userdetails/UserDetailsService.html[`UserDetailsService`] for retrieving users to authenticate.
55
-
<4> An instance of xref:core-components.adoc#registered-client-repository[`RegisteredClientRepository`] for managing clients.
55
+
<4> An instance of xref:core-model-components.adoc#registered-client-repository[`RegisteredClientRepository`] for managing clients.
56
56
<5> An instance of `com.nimbusds.jose.jwk.source.JWKSource` for signing access tokens.
57
57
<6> An instance of `java.security.KeyPair` with keys generated on startup used to create the `JWKSource` above.
58
-
<7> An instance of `ProviderSettings` to configure Spring Authorization Server.
58
+
<7> An instance of xref:configuration-model#configuring-provider-settings[`ProviderSettings`] to configure Spring Authorization Server.
0 commit comments