Questions tagged [ibm-appid]

A security service, built on Bluemix, that adds authentication to your apps and protects your back-end resources.

App ID helps developers to easily add authentication to their web and mobile apps with few lines of code, and secure their Cloud-native applications and services on IBM Cloud. By requiring users to sign in to your app, you can store user data such as app preferences, or information from public social profiles, and then leverage that data to customize each user's experience within the app. App ID provides a log-in framework for you, but you can also bring your own branded screens to use with Cloud Directory.

Key features and capabilities:

  • Authentication - You can use Google, Facebook, or both as identity providers to provide a single-sign on experience for your users. By using an identity provider, your users are able to sign in with familiar credentials.
  • Back-end resource protection - The App ID server SDK can be used to protect your back-end resources. The client SDKs can be used to access the resources.
  • User profiles - A user profile is an entity that is stored and maintained by the service. The profile contains information about the user such as their identity. With the App ID API, users can log in anonymously or by authenticating with an identity provider. A user can begin as an anonymous user, and become an identified user without losing their information.

When asking questions about App ID, you should:

  • Ensure you are asking a technical question about the App ID service.
  • Search Stack Overflow to see if somebody else has already asked the same question.
  • Explain what you were trying to do when you encountered the problem.
  • Provide detailed steps where possible. Isolate the problem and reproduce it with as few steps as possible.
  • Include the ibm-appid tag, plus the additional ibm-cloud tag.

Getting support: See https://cloud.ibm.com/docs/appid?topic=appid-troubleshooting

91 questions
0
votes
1 answer

IBM App ID customization / branded UI

I've started using App ID to manage customers in my node app. I have followed the samples that are available in GitHub. However, I do not see any guide or sample in how to customize it to interact with my domain. I do not use the default routes…
0
votes
1 answer

IBM ID in local develommet

There is any way to test a local development with IBM App ID? It works fine when you upload the app to bluemix, but I don't found how to make it work in local. Any advice or recommendation? PS.I use Node for development
0
votes
1 answer

IBM Cloud Function for App ID sign_up and forgot_password

I can generate token from cloud with following cloud function const main = (params) => { return new Promise(function (resolve, reject) { request({ url: credentials.oauthServerUrl + '/token', method: 'POST', …
0
votes
1 answer

How to connect App ID mobile (iOS) SDK with Kitura web app?

What I am trying to do: Create protected Kitura endpoint and access it from iOS app, using App ID. I managed to configure App ID on the Kitura server so that I can login and then access protected endpoint successfully. I can login to the iOS demo…
0
votes
1 answer

App ID Custom Widget for a serverles SPA

How to create custom IBM Cloud App ID login widget (cloud directory) for serverles secured SPA application? Secured SPA application will use only IBM Cloud Functions via Gateway API. Do i just have to implement…
0
votes
1 answer

how to integrate app id to my existing microservice

I have a microservice which is running in docker container, can I integrate app id into my application? and do not change the application code. Also, I only saw google and facebook login item on the log in widget, how can I add IBM w3id to the…
george jiang
  • 105
  • 9
0
votes
1 answer

You are using App ID default configuration Warning after configuring Identify Providers IBM Bluemix APPID

Followed the instructions in https://console.bluemix.net/docs/services/appid/identity-providers.html#setting-up-idp to setup the Identity providers. Even after configuring the Identity providers seeing the You are using App ID default configuration…
KosiB
  • 1,086
  • 1
  • 7
  • 13
0
votes
1 answer

Cannot Load Login Widget in Bluemix AppID

ViewController.swift: import UIKit import BluemixAppID import BMSCore class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. …
KosiB
  • 1,086
  • 1
  • 7
  • 13
0
votes
1 answer

Use AppID SDK in Objective-C Apps?

I tried to install the SDK with CocoaPods in an Objective-C App. The pod install is working, but when I open the workspace, xcode wants to convert the SDK to a newer swift version (which fails). Is it possible to use the SDK with Objective-C based…
Sebastian
  • 123
  • 1
  • 10
0
votes
1 answer

How to logout / signout from IBM Cloud App ID in Python Flask

I have integrated IBM Cloud App ID service in my Python Flask web application referring this link The login is working through Google/Facebook but I am not able to logout from the application. Does anyone know how to logout from this application?
Rahul Modi
  • 11
  • 4
0
votes
2 answers

Bluemix AppID Authentication

I am using Bluemix App ID. I am facing Problem with authentication Problem. It works fine when my device have chrome browser. Device without chrome browser cause Authorization Failure. Exception message is: Could NOT find installed browser that…
0
votes
1 answer

How to integrate bluemix APP ID service to python web application

I have tried the bluemix service 'APP ID' for node.js project which I downloaded from APP ID service instance only. The application runs well with Google and Facebook authentication. But I have to apply authentication to Python Flask web…
0
votes
1 answer

How to configure App ID application on bluemix for web application authentication

Currently I am struggling to configure Google/Facebook authentication on 'APP ID' service provided in Bluemix catalog. While following the steps I am asked to configure Google and Facebook authentication. I chose to go with Google. Refer attached…
Rahul Modi
  • 11
  • 4
-1
votes
2 answers

IBM-Cloud Django Application integration with APP-ID

I've deployed a Python & Django Application in IBM Cloud Foundry and trying to integrate APP-ID for SSO. I received the OIDC provider information from the metadata provided from the APP-ID. But my question is how do I integrate the APP-ID with…
-1
votes
1 answer

bind app id services to ibm containers service

Is there a way to bind my app id service to my ibm containers service cluster? If not, are there plans to add this in the future, or is there a way I can configure my liberty app server to access it with put using bx cs cluster-service-bind?
Tom
  • 1