KEYCLOAK-1187

This commit is contained in:
Stian Thorgersen 2015-04-14 09:28:05 +02:00
parent c0f6b6d8d0
commit f6631a6163
14 changed files with 29 additions and 29 deletions

View file

@ -24,7 +24,7 @@
], ],
"clients": [ "clients": [
{ {
"name": "examples-admin-client", "clientId": "examples-admin-client",
"enabled": true, "enabled": true,
"fullScopeAllowed": true, "fullScopeAllowed": true,
"baseUrl": "/examples-admin-client", "baseUrl": "/examples-admin-client",

View file

@ -43,7 +43,7 @@
}, },
"clients": [ "clients": [
{ {
"name": "basic-auth-service", "clientId": "basic-auth-service",
"enabled": true, "enabled": true,
"adminUrl": "/basicauth", "adminUrl": "/basicauth",
"baseUrl": "/basicauth", "baseUrl": "/basicauth",

View file

@ -32,7 +32,7 @@
}, },
"clients": [ "clients": [
{ {
"name": "facebook-authentication", "clientId": "facebook-authentication",
"enabled": true, "enabled": true,
"publicClient" : true, "publicClient" : true,
"adminUrl": "/facebook-authentication", "adminUrl": "/facebook-authentication",

View file

@ -32,7 +32,7 @@
}, },
"clients": [ "clients": [
{ {
"name": "google-authentication", "clientId": "google-authentication",
"enabled": true, "enabled": true,
"publicClient" : true, "publicClient" : true,
"adminUrl": "/google-authentication", "adminUrl": "/google-authentication",

View file

@ -32,7 +32,7 @@
}, },
"clients": [ "clients": [
{ {
"name": "saml-broker-authentication", "clientId": "saml-broker-authentication",
"enabled": true, "enabled": true,
"publicClient" : true, "publicClient" : true,
"adminUrl": "/saml-broker-authentication", "adminUrl": "/saml-broker-authentication",

View file

@ -28,7 +28,7 @@
}, },
"clients": [ "clients": [
{ {
"name": "http://localhost:8080/auth/realms/saml-broker-authentication-realm", "clientId": "http://localhost:8080/auth/realms/saml-broker-authentication-realm",
"protocol": "saml", "protocol": "saml",
"enabled": true, "enabled": true,
"redirectUris": [ "redirectUris": [

View file

@ -33,7 +33,7 @@
}, },
"clients": [ "clients": [
{ {
"name": "twitter-authentication", "clientId": "twitter-authentication",
"enabled": true, "enabled": true,
"publicClient" : true, "publicClient" : true,
"adminUrl": "/twitter-authentication", "adminUrl": "/twitter-authentication",
@ -52,7 +52,7 @@
] ]
}, },
{ {
"name": "admin-client", "clientId": "admin-client",
"enabled": true, "enabled": true,
"fullScopeAllowed": true, "fullScopeAllowed": true,
"baseUrl": "/admin-client", "baseUrl": "/admin-client",

View file

@ -43,7 +43,7 @@
], ],
"clients": [ "clients": [
{ {
"name": "cordova", "clientId": "cordova",
"enabled": true, "enabled": true,
"publicClient": true, "publicClient": true,
"redirectUris": ["http://localhost"], "redirectUris": ["http://localhost"],

View file

@ -44,7 +44,7 @@
], ],
"clients": [ "clients": [
{ {
"name": "angular-cors-product", "clientId": "angular-cors-product",
"enabled": true, "enabled": true,
"publicClient": true, "publicClient": true,
"baseUrl": "http://localhost:8080/angular-cors-product/index.html", "baseUrl": "http://localhost:8080/angular-cors-product/index.html",

View file

@ -94,7 +94,7 @@
], ],
"clients": [ "clients": [
{ {
"name": "customer-portal", "clientId": "customer-portal",
"enabled": true, "enabled": true,
"adminUrl": "/customer-portal", "adminUrl": "/customer-portal",
"baseUrl": "/customer-portal", "baseUrl": "/customer-portal",
@ -104,7 +104,7 @@
"secret": "password" "secret": "password"
}, },
{ {
"name": "customer-portal-js", "clientId": "customer-portal-js",
"enabled": true, "enabled": true,
"publicClient": true, "publicClient": true,
"baseUrl": "/customer-portal-js", "baseUrl": "/customer-portal-js",
@ -113,7 +113,7 @@
] ]
}, },
{ {
"name": "angular-product", "clientId": "angular-product",
"enabled": true, "enabled": true,
"publicClient": true, "publicClient": true,
"baseUrl": "/angular-product/index.html", "baseUrl": "/angular-product/index.html",
@ -122,7 +122,7 @@
] ]
}, },
{ {
"name": "customer-portal-cli", "clientId": "customer-portal-cli",
"enabled": true, "enabled": true,
"publicClient": true, "publicClient": true,
"redirectUris": [ "redirectUris": [
@ -131,7 +131,7 @@
] ]
}, },
{ {
"name": "product-portal", "clientId": "product-portal",
"enabled": true, "enabled": true,
"adminUrl": "/product-portal", "adminUrl": "/product-portal",
"baseUrl": "/product-portal", "baseUrl": "/product-portal",
@ -141,14 +141,14 @@
"secret": "password" "secret": "password"
}, },
{ {
"name": "database-service", "clientId": "database-service",
"enabled": true, "enabled": true,
"adminUrl": "/database", "adminUrl": "/database",
"baseUrl": "/database", "baseUrl": "/database",
"bearerOnly": true "bearerOnly": true
}, },
{ {
"name": "third-party", "clientId": "third-party",
"enabled": true, "enabled": true,
"consentRequired": true, "consentRequired": true,
"redirectUris": [ "redirectUris": [
@ -158,7 +158,7 @@
"secret": "password" "secret": "password"
}, },
{ {
"name": "admin-client", "clientId": "admin-client",
"enabled": true, "enabled": true,
"publicClient": true, "publicClient": true,
"directGrantsOnly": true, "directGrantsOnly": true,

View file

@ -136,7 +136,7 @@
}, },
"clients": [ "clients": [
{ {
"name": "customer-portal", "clientId": "customer-portal",
"enabled": true, "enabled": true,
"adminUrl": "http://localhost:8181/customer-portal", "adminUrl": "http://localhost:8181/customer-portal",
"baseUrl": "http://localhost:8181/customer-portal", "baseUrl": "http://localhost:8181/customer-portal",
@ -146,7 +146,7 @@
"secret": "password" "secret": "password"
}, },
{ {
"name": "product-portal", "clientId": "product-portal",
"enabled": true, "enabled": true,
"adminUrl": "http://localhost:8181/product-portal", "adminUrl": "http://localhost:8181/product-portal",
"baseUrl": "http://localhost:8181/product-portal", "baseUrl": "http://localhost:8181/product-portal",
@ -156,7 +156,7 @@
"secret": "password" "secret": "password"
}, },
{ {
"name": "builtin-cxf-app", "clientId": "builtin-cxf-app",
"enabled": true, "enabled": true,
"adminUrl": "http://localhost:8181/cxf", "adminUrl": "http://localhost:8181/cxf",
"baseUrl": "http://localhost:8181/cxf", "baseUrl": "http://localhost:8181/cxf",
@ -166,21 +166,21 @@
"secret": "password" "secret": "password"
}, },
{ {
"name": "custom-cxf-endpoint", "clientId": "custom-cxf-endpoint",
"enabled": true, "enabled": true,
"adminUrl": "http://localhost:8282/PersonServiceCF", "adminUrl": "http://localhost:8282/PersonServiceCF",
"baseUrl": "http://localhost:8282/PersonServiceCF", "baseUrl": "http://localhost:8282/PersonServiceCF",
"bearerOnly": true "bearerOnly": true
}, },
{ {
"name": "admin-camel-endpoint", "clientId": "admin-camel-endpoint",
"enabled": true, "enabled": true,
"adminUrl": "http://localhost:8383/admin-camel-endpoint", "adminUrl": "http://localhost:8383/admin-camel-endpoint",
"baseUrl": "http://localhost:8383/admin-camel-endpoint", "baseUrl": "http://localhost:8383/admin-camel-endpoint",
"bearerOnly": true "bearerOnly": true
}, },
{ {
"name": "ssh-jmx-admin-client", "clientId": "ssh-jmx-admin-client",
"enabled": true, "enabled": true,
"publicClient": false, "publicClient": false,
"directGrantsOnly": true, "directGrantsOnly": true,

View file

@ -43,7 +43,7 @@
], ],
"clients": [ "clients": [
{ {
"name": "js-console", "clientId": "js-console",
"enabled": true, "enabled": true,
"publicClient": true, "publicClient": true,
"baseUrl": "/js-console", "baseUrl": "/js-console",

View file

@ -15,7 +15,7 @@
], ],
"clients": [ "clients": [
{ {
"name": "kerberos-app", "clientId": "kerberos-app",
"enabled": true, "enabled": true,
"baseUrl": "/kerberos-portal", "baseUrl": "/kerberos-portal",
"redirectUris": [ "redirectUris": [

View file

@ -42,7 +42,7 @@
], ],
"clients": [ "clients": [
{ {
"name": "multi-tenant", "clientId": "multi-tenant",
"enabled": true, "enabled": true,
"adminUrl": "/multitenant/tenant1", "adminUrl": "/multitenant/tenant1",
"baseUrl": "/multitenant/tenant1", "baseUrl": "/multitenant/tenant1",