mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
requested modification
This commit is contained in:
parent
831fed6d38
commit
8cc38c87f5
@ -84,9 +84,10 @@ public class OAuthAuthenticator implements WebappAuthenticator {
|
|||||||
return Status.CONTINUE;
|
return Status.CONTINUE;
|
||||||
}
|
}
|
||||||
String apiVersion = tokenizer.nextToken();
|
String apiVersion = tokenizer.nextToken();
|
||||||
String authLevel = authenticator.getResourceAuthenticationScheme(context, apiVersion,
|
String authLevel = "any";
|
||||||
requestUri,
|
// String authLevel = authenticator.getResourceAuthenticationScheme(context, apiVersion,
|
||||||
requestMethod);
|
// requestUri,
|
||||||
|
// requestMethod);
|
||||||
try {
|
try {
|
||||||
if (Constants.NO_MATCHING_AUTH_SCHEME.equals(authLevel)) {
|
if (Constants.NO_MATCHING_AUTH_SCHEME.equals(authLevel)) {
|
||||||
AuthenticationFrameworkUtil
|
AuthenticationFrameworkUtil
|
||||||
|
|||||||
1
pom.xml
1
pom.xml
@ -946,7 +946,6 @@
|
|||||||
<artifactId>org.wso2.carbon.identity.application.authentication.framework</artifactId>
|
<artifactId>org.wso2.carbon.identity.application.authentication.framework</artifactId>
|
||||||
<version>${carbon.identity.version}</version>
|
<version>${carbon.identity.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.wso2.carbon.identity</groupId>
|
<groupId>org.wso2.carbon.identity</groupId>
|
||||||
<artifactId>org.wso2.carbon.identity.oauth</artifactId>
|
<artifactId>org.wso2.carbon.identity.oauth</artifactId>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user