aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS256-invalid.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-14 11:54:43 +0100
commitccea526a9ba642d726817b6bc1eeb1d4062b53cb (patch)
tree06a4844d0705f09b0a8e095886746ba21a1592ec /sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS256-invalid.json
parentc1a053e3bcaeb3006b822e98b80c564c330e2bf3 (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/provider-jar/src/test/resources/test.configRS256-invalid.json')
-rw-r--r--sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS256-invalid.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS256-invalid.json b/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS256-invalid.json
deleted file mode 100644
index 30b80c45a..000000000
--- a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS256-invalid.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "tokenSecret": "",
- "tokenPubKey": "file:///src/test/resources/jwtRS256.key.pub",
- "algorithm":"RS256",
- "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",
- "publickey": "",
- "algorithm":"RS256",
- "scope": "openid",
- "title": "OSNL Keycloak Provider",
- "realmName":"onap"
- }
- ]
-} \ No newline at end of file