[DS-3819] Revert back to 401 status and move login URL to WWW-Authenticate header

This commit is contained in:
Tom Desair
2018-03-01 10:41:28 +01:00
parent 93549cab24
commit 55f5571e1d
9 changed files with 48 additions and 15 deletions

View File

@@ -538,6 +538,11 @@ public class ShibAuthentication implements AuthenticationMethod {
}
}
@Override
public String getName() {
return "shibboleth";
}
/**
* Identify an existing EPerson based upon the shibboleth attributes provided on
* the request object. There are three cases where this can occurr, each as