aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/oauth-provider/oauth-core/src/test/resources/test.config.json
diff options
context:
space:
mode:
authorMichael Dürre <michael.duerre@highstreet-technologies.com>2024-03-14 11:54:26 +0100
committerMichael Dürre <michael.duerre@highstreet-technologies.com>2024-03-19 13:46:35 +0100
commit907af9b57aa0db3ace5dc8fdaef9fb84c1392ec9 (patch)
tree02399ced147b3af57091cdba1c125d979b4c1899 /sdnr/wt/oauth-provider/oauth-core/src/test/resources/test.config.json
parent45b972d7cf03d4815db77c3af3d49ef01040f8a1 (diff)
fix oauth code
split oauth to realm and web functionality Issue-ID: CCSDK-3394 Change-Id: I245a30a9df4e9a5c40af5dfe3e0d5318bceed9dc Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/oauth-provider/oauth-core/src/test/resources/test.config.json')
-rw-r--r--sdnr/wt/oauth-provider/oauth-core/src/test/resources/test.config.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/sdnr/wt/oauth-provider/oauth-core/src/test/resources/test.config.json b/sdnr/wt/oauth-provider/oauth-core/src/test/resources/test.config.json
new file mode 100644
index 000000000..a55576b9e
--- /dev/null
+++ b/sdnr/wt/oauth-provider/oauth-core/src/test/resources/test.config.json
@@ -0,0 +1,20 @@
+{
+ "tokenSecret": "secret2134",
+ "tokenIssuer": "ONAP SDNC",
+ "publicUrl": "http://nasp.diasf.de",
+ "redirectUri": "/index.html#redirect=",
+ "supportOdlUsers": "true",
+ "tokenLifetime":3600,
+ "providers": [
+ {
+ "id": "keycloak",
+ "type": "KEYCLOAK",
+ "url": "http://10.20.11.160:8080",
+ "clientId": "odlux.app",
+ "secret": "5da4ea3d-8cc9-4669-bd7e-3ecb91d120cd",
+ "scope": "openid",
+ "title": "OSNL Keycloak Provider",
+ "realmName":"onap"
+ }
+ ]
+} \ No newline at end of file