aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/oauth-provider/provider-jar/src/test/resources/oom.test.config.json
blob: 4e5707fa145ef5517e1338b7308a41aeeefb1df3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "tokenSecret": "secret",
    "tokenIssuer": "ONAP SDNC",
    "publicUrl": "https://sdnc.onap:30205",
    "redirectUri": "null",
    "supportOdlUsers": "true",
    "providers": [
        {
            "id": "htgit",
            "type": "GITLAB",
            "url": "https://git-.com",
            "clientId": "f52440b7dcd4bb75",
            "secret": "9bd45916f52440b7dcd4bb75",
            "scope": "api+openid+read_user+profile",
            "title": " Gitlab",
            "roleMapping": {
                "mygitlabgroup": "admin"
            }
        }
    ]
}