summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS256-invalid.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2022-02-03 16:26:35 +0000
committerGerrit Code Review <gerrit@onap.org>2022-02-03 16:26:35 +0000
commit25518a58b9a3fdce91a9ed17c7ae6c32b57dc562 (patch)
tree599acfd43851d1492d911d65faffb0ed2402ae20 /sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS256-invalid.json
parentf01064b548d479d2f98abb7d30429b4a410a209e (diff)
parentc2f7f6d2e1775cc0b51ab6b8af7b9e84fc1f3535 (diff)
Merge "add async auth method support"
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, 24 insertions, 0 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
new file mode 100644
index 000000000..30b80c45a
--- /dev/null
+++ b/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS256-invalid.json
@@ -0,0 +1,24 @@
+{
+ "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