b5bdeae2a2
Conflicts: examples/cordova/example-realm.json examples/js-console/src/main/webapp/index.html integration/js/src/main/resources/META-INF/resources/js/keycloak.js
14 lines
540 B
XML
14 lines
540 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="org.keycloak.examples.cordova" version="1.0.0">
|
|
<name>Keycloak Auth</name>
|
|
<description>Keycloak Cordova Example</description>
|
|
<author href="http://www.keycloak.org">Keycloak Team</author>
|
|
|
|
<feature name="http://api.phonegap.com/1.0/device" />
|
|
|
|
<preference name="permissions" value="none"/>
|
|
|
|
<gap:plugin name="org.apache.cordova.inappbrowser" />
|
|
|
|
<access origin="http://*"/>
|
|
</widget>
|