keycloak-scim/adapters/oidc
Jonathan Masmejean 93b54ce13a KEYCLOAK-2821 : Add the adapter option
You just can add an 'adapter' option to the kc.init() function like :

kc.init({adapter: "default | cordova"});

This will allow the users to choose the adapter they want. They can force the use of the default adapter even if they are using cordova or use the cordova adapter even if they are using a regular desktop.

If you omit this parameter, it just fallback to the old way. So, if you are under cordova it will run the cordova adapter and if you are under a desktop, it will load the default adapter instead.

Hope this can help.
2016-04-14 11:59:34 +02:00
..
adapter-core merge adapter-spi adapter-spi-public 2016-04-13 22:25:30 -04:00
as7-eap6 merge adapter-spi adapter-spi-public 2016-04-13 22:25:30 -04:00
installed merge adapter-spi adapter-spi-public 2016-04-13 22:25:30 -04:00
jaxrs-oauth-client merge adapter-spi adapter-spi-public 2016-04-13 22:25:30 -04:00
jetty merge adapter-spi adapter-spi-public 2016-04-13 22:25:30 -04:00
js KEYCLOAK-2821 : Add the adapter option 2016-04-14 11:59:34 +02:00
osgi-adapter Next is 2.0.0.CR1 2016-03-10 08:13:00 +01:00
servlet-filter merge adapter-spi adapter-spi-public 2016-04-13 22:25:30 -04:00
servlet-oauth-client merge adapter-spi adapter-spi-public 2016-04-13 22:25:30 -04:00
spring-boot Next is 2.0.0.CR1 2016-03-10 08:13:00 +01:00
spring-security merge adapter-spi adapter-spi-public 2016-04-13 22:25:30 -04:00
tomcat merge adapter-spi adapter-spi-public 2016-04-13 22:25:30 -04:00
undertow merge adapter-spi adapter-spi-public 2016-04-13 22:25:30 -04:00
wildfly merge adapter-spi adapter-spi-public 2016-04-13 22:25:30 -04:00
pom.xml Next is 2.0.0.CR1 2016-03-10 08:13:00 +01:00