mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 12:03:09 +00:00
85276: Store and retrieve the Authentication method in the JWT
This commit is contained in:
@@ -273,4 +273,9 @@ public class IPAuthentication implements AuthenticationMethod {
|
||||
public String getName() {
|
||||
return "ip";
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isUsed(final Context context, final HttpServletRequest request) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user