X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fsmo%2Foam%2Fcontroller%2Foauth-provider.config.json;fp=solution%2Fsmo%2Foam%2Fcontroller%2Foauth-provider.config.json;h=1b0ea2f8260d5dc2dfbfb8337262767b2c7fb704;hb=990de7205645f827a36429006f7e5529b5fb6866;hp=0000000000000000000000000000000000000000;hpb=a3be9ade3bec5ca8cd5b41032704872f87d8c065;p=oam.git diff --git a/solution/smo/oam/controller/oauth-provider.config.json b/solution/smo/oam/controller/oauth-provider.config.json new file mode 100644 index 0000000..1b0ea2f --- /dev/null +++ b/solution/smo/oam/controller/oauth-provider.config.json @@ -0,0 +1,24 @@ +{ + "tokenSecret": "my-secret", + "tokenIssuer": "ONAP-SDNC", + "publicUrl": "https://odlux.oam.smo.o-ran-sc.org", + "redirectUri": "/odlux/index.html#/oauth?token=", + "supportOdlUsers": "true", + "providers": [ + { + "id": "identity", + "type": "KEYCLOAK", + "url": "https://identity.smo.o-ran-sc.org", + "clientId": "odlux.app", + "openIdConfigUrl": "/realms/onap/.well-known/openid-configuration", + "secret": "2a64fdca-c205-4b52-9f58-195ccc142ddb", + "scope": "openid", + "title": "ONAP-IDENTITY", + "roleMapping": { + "administration": "admin" + }, + "realmName": "onap", + "trustAll": "true" + } + ] +} \ No newline at end of file