From e55140de624dfc2a422d79232a17e0a0c9e79ed6 Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Wed, 6 Jul 2022 12:32:31 +0200 Subject: [PATCH] Add OAM-controller configuration - update aaa-config to oam-controller spcific role implementations IssueID: OAM-279 Change-Id: I90346b759fba389f24e2186c339487e3dbeb6ebc Signed-off-by: demx8as6 --- solution/integration/smo/oam/sdnr/oauth-aaa-app-config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solution/integration/smo/oam/sdnr/oauth-aaa-app-config.xml b/solution/integration/smo/oam/sdnr/oauth-aaa-app-config.xml index 28a79f6..15bc953 100644 --- a/solution/integration/smo/oam/sdnr/oauth-aaa-app-config.xml +++ b/solution/integration/smo/oam/sdnr/oauth-aaa-app-config.xml @@ -40,11 +40,11 @@
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
-- 2.16.6