summaryrefslogtreecommitdiffstats
path: root/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/keycloak.json
blob: d037661aeced47b81227766210dc440d2331c827 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
"realm": "sdc",
"auth-server-url": "http://10.32.243.37:31613/",
"ssl-required": "external",
"resource": "sdc-app",
"public-client":true,
"bearer-only":true,
"use-resource-role-mappings": true,
"principal-attribute":"preferred_username",
"confidential-port": 0
}