KEYCLOAK-1987 Minor fixes in fuse demo
This commit is contained in:
parent
4f4368b29f
commit
8226abef40
2 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
||||||
<keycloak.osgi.import>
|
<keycloak.osgi.import>
|
||||||
org.eclipse.jetty.security;version="[8.1,10)",
|
org.eclipse.jetty.security;version="[8.1,10)",
|
||||||
org.eclipse.jetty.util.security;version="[8.1,10)",
|
org.eclipse.jetty.util.security;version="[8.1,10)",
|
||||||
|
org.apache.camel;version="[2.12,3)",
|
||||||
org.keycloak.*;version="${project.version}",
|
org.keycloak.*;version="${project.version}",
|
||||||
*;resolution:=optional
|
*;resolution:=optional
|
||||||
</keycloak.osgi.import>
|
</keycloak.osgi.import>
|
||||||
|
|
|
@ -183,7 +183,6 @@
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"publicClient": false,
|
"publicClient": false,
|
||||||
"directGrantsOnly": true,
|
"directGrantsOnly": true,
|
||||||
"consentRequired": true,
|
|
||||||
"secret": "password"
|
"secret": "password"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue