File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/edu/harvard/iq/dataverse/authorization Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -992,7 +992,7 @@ public ApiToken getValidApiTokenForUser(User user) {
992992 * @return An instance of {@link AuthenticatedUser} representing the authenticated user.
993993 * @throws AuthorizationException If the token is invalid or no OIDC provider is configured.
994994 */
995- public AuthenticatedUser lookupUserByOIDCBearerToken (String bearerToken ) throws AuthorizationException , ParseException {
995+ public AuthenticatedUser lookupUserByOIDCBearerToken (String bearerToken ) throws AuthorizationException {
996996 // TODO: Get the identifier from an invalidating cache to avoid lookup bursts of the same token.
997997 // Tokens in the cache should be removed after some (configurable) time.
998998 OAuth2UserRecord oAuth2UserRecord = verifyOIDCBearerTokenAndGetOAuth2UserRecord (bearerToken );
You can’t perform that action at this time.
0 commit comments