config.xml

21 lines | 728 B Blame History Raw Download
<?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" />
    <gap:plugin name="cordova-plugin-whitelist" version="1.0.0" source="npm" />

    <access origin="*"/>

    <allow-navigation href="*" />

    <allow-intent href="http://*/*" />
    <allow-intent href="https://*/*" />
</widget>