summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/webapp/WEB-INF/keycloak.json
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/main/webapp/WEB-INF/keycloak.json')
-rw-r--r--catalog-be/src/main/webapp/WEB-INF/keycloak.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/catalog-be/src/main/webapp/WEB-INF/keycloak.json b/catalog-be/src/main/webapp/WEB-INF/keycloak.json
new file mode 100644
index 0000000000..d037661aec
--- /dev/null
+++ b/catalog-be/src/main/webapp/WEB-INF/keycloak.json
@@ -0,0 +1,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
+}