Make AuthorizationServerContextFilter private

Closes gh-866
This commit is contained in:
Joe Grandja
2022-08-22 16:09:11 -04:00
parent 3efee494ad
commit f583668a9c
6 changed files with 24 additions and 117 deletions

View File

@@ -182,9 +182,6 @@ If the issuer identifier is not configured in `AuthorizationServerSettings.build
[NOTE]
The `AuthorizationServerContext` is accessible through the `AuthorizationServerContextHolder`, which associates it with the current request thread by using a `ThreadLocal`.
[NOTE]
The `AuthorizationServerContextFilter` associates the `AuthorizationServerContext` with the `AuthorizationServerContextHolder`.
[[configuring-client-authentication]]
== Configuring Client Authentication