X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fsdnc%2Fsrc%2Fmain%2Fresources%2Foauth-aaa-app-config.xml;h=65e34db7756d90822643fd9c3f158be0248c0e65;hb=a8709a236ce96f310002d7de37363ae492d850c2;hp=643ed4de02760976b4a3be8a5e0fb6ea8ce6f6e5;hpb=77eac465e8bf46b40dee82f00db9af902947c4c2;p=sdnc%2Foam.git diff --git a/installation/sdnc/src/main/resources/oauth-aaa-app-config.xml b/installation/sdnc/src/main/resources/oauth-aaa-app-config.xml index 643ed4de..65e34db7 100644 --- a/installation/sdnc/src/main/resources/oauth-aaa-app-config.xml +++ b/installation/sdnc/src/main/resources/oauth-aaa-app-config.xml @@ -26,6 +26,7 @@
tokenAuthRealm + org.onap.ccsdk.features.sdnr.wt.oauthprovider.OAuth2Realm
@@ -34,17 +35,14 @@ $tokenAuthRealm -
- authcBasic - org.opendaylight.aaa.shiro.filters.ODLHttpAuthenticationFilter -
anyroles - org.opendaylight.aaa.shiro.filters.AnyRoleHttpAuthenticationFilter + org.onap.ccsdk.features.sdnr.wt.oauthprovider.filters.AnyRoleHttpAuthenticationFilter
authcBearer - org.opendaylight.aaa.shiro.filters.ODLHttpAuthenticationFilter2 + + org.onap.ccsdk.features.sdnr.wt.oauthprovider.filters.BearerAndBasicHttpAuthenticationFilter
@@ -60,7 +58,7 @@
dynamicAuthorization - org.opendaylight.aaa.shiro.realm.MDSALDynamicAuthorizationFilter + org.onap.ccsdk.features.sdnr.wt.oauthprovider.filters.CustomizedMDSALDynamicAuthorizationFilter
@@ -70,11 +68,11 @@ /**/v1/** - authcBearer, roles[admin] + authcBasic, roles[admin] /**/config/aaa*/** - authcBearer, roles[admin] + authcBasic, roles[admin] /oauth/** @@ -94,7 +92,6 @@ /** - authcBearer, anyroles["admin,provision"] + authcBearer, roles[admin] -