mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Romoving Temporary Solutions
This commit is contained in:
parent
743f394fb9
commit
fe355b3184
@ -84,10 +84,9 @@ public class OAuthAuthenticator implements WebappAuthenticator {
|
||||
return Status.CONTINUE;
|
||||
}
|
||||
String apiVersion = tokenizer.nextToken();
|
||||
String authLevel = "any";
|
||||
// String authLevel = authenticator.getResourceAuthenticationScheme(context, apiVersion,
|
||||
// requestUri,
|
||||
// requestMethod);
|
||||
String authLevel = authenticator.getResourceAuthenticationScheme(context, apiVersion,
|
||||
requestUri,
|
||||
requestMethod);
|
||||
try {
|
||||
if (Constants.NO_MATCHING_AUTH_SCHEME.equals(authLevel)) {
|
||||
AuthenticationFrameworkUtil
|
||||
|
||||
Loading…
Reference in New Issue
Block a user