diff --git a/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/JWTRedirectAuthenticationHandler.java b/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/JWTRedirectAuthenticationHandler.java index 42df6a0cbc4..abbf37949c3 100644 --- a/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/JWTRedirectAuthenticationHandler.java +++ b/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/JWTRedirectAuthenticationHandler.java @@ -59,8 +59,9 @@ import com.nimbusds.jose.crypto.RSASSAVerifier; * The user identity is then extracted from the token and used to create an * AuthenticationToken - as expected by the AuthenticationFilter. * - *

+ *

* The supported configuration properties are: + *

*