diff options
author | Michael DÜrre <michael.duerre@highstreet-technologies.com> | 2021-02-09 08:14:07 +0100 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-02-09 20:32:06 +0000 |
commit | 934dbb765be113e5eea4da73da90e464d6fa0716 (patch) | |
tree | 8be9398bc844321581d624846ef18f4b8581f29a /sdnr/wt/oauth-provider/provider-jar/src/test/resources | |
parent | 09753774d6faf549928052aeb7eccadc2ab88e0a (diff) |
add oauth-provider
new feature for more login security and external logins
Issue-ID: CCSDK-3142
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Change-Id: I6a564a0d1dca44b69bfea2e692fec1f4315cab83
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/oauth-provider/provider-jar/src/test/resources')
-rw-r--r-- | sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.config.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.config.json b/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.config.json new file mode 100644 index 000000000..88137fdad --- /dev/null +++ b/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.config.json @@ -0,0 +1,18 @@ +{ + "tokenSecret": "${OAUTH_TOKEN_SECRET}", + "tokenIssuer": "${OAUTH_TOKEN_ISSUER}", + "host": "", + "redirectUri": "${OAUTH_ODLUX_REDIRECT_URI}", + "supportOdlUsers": "${OAUTH_SUPPORT_ODLUSERS}", + "providers": [ + { + "id": "keycloak", + "type": "KEYCLOAK", + "host": "http://10.20.11.160:8080", + "clientId": "odlux.app", + "secret": "5da4ea3d-8cc9-4669-bd7e-3ecb91d120cd", + "scope": "openid", + "title": "OSNL Keycloak Provider" + } + ] +}
\ No newline at end of file |