/Cloud-Land-sample

Android application with custom sign-in screen, using App ID Cloud Directory APIs.

Primary LanguageJava

Cloud-Land-sample

Use your own branded UI for user sign-in with App ID - IBM Cloud Blog
Android application with custom sign-in screen, using App ID Cloud Directory APIs.

alt text

Before running

  1. Create App ID service from the IBM Cloud services catalog.
  2. In the App ID dashboard go to Cloud Directory tab under Identity Providers, and set: Allow users to sign in without email verification to Yes.
  3. In the App ID dashboard go to the service credentials tab, in the Action column click on View credentials. (or create new credentials).
  4. Copy the tenantId GUID number.
  5. Paste the tenantId to the credentials.xml
  6. If your App ID service is not deployed on US region, go to MainActivity.java and change the region according to the region your App ID service is deployed.
  7. Run the Cloud Land app.