Skip to content
This repository was archived by the owner on Dec 18, 2019. It is now read-only.

How to exclude a mobile platform from a rendering

Paul Wright edited this page Jan 14, 2019 · 3 revisions

All mobile platform specific instructions are presented using following asciidoc:

  1. Choose the schema of a redirect url

    Android

    It is recommended to use the package name of the Android app as the schema of the redirect url to avoid conflicts. (e.g. com.aerogear.androidshowcase)

    iOS

    It is recommended to use the Bundle Identifier of the iOS app as the schema of the redirect url. (e.g. org.aerogear.ios-showcase-template)

    Cordova

    Redirect url is http://localhost/*, without :/callback. Web Origin is http://localhost/*.

    Xamarin

    Depending on the platform, set the redirect as described in either the Android or the iOS tab.

  2. Log into the OpenShift console and navigate to the Project Overview.

When you want to render that, presenting only cordova, use the following syntax:

link:https://github/upstream-repo/keycloak/6_configuring-the-service.adoc[role=include]

=

Clone this wiki locally