Skip to content

Commit

Permalink
Backport userinfo changes
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crawford <[email protected]>
  • Loading branch information
stephen-crawford committed Aug 23, 2024
1 parent 3076016 commit 2d8445f
Show file tree
Hide file tree
Showing 12 changed files with 1,140 additions and 498 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public abstract class AbstractHTTPJwtAuthenticator implements HTTPAuthenticator
private static final Pattern BASIC = Pattern.compile("^\\s*Basic\\s.*", Pattern.CASE_INSENSITIVE);

private KeyProvider keyProvider;
private JwtVerifier jwtVerifier;
protected JwtVerifier jwtVerifier;
private final String jwtHeaderName;
private final boolean isDefaultAuthHeader;
private final String jwtUrlParameter;
Expand Down

This file was deleted.

Loading

0 comments on commit 2d8445f

Please sign in to comment.