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
1
vote
1 answer

Authentication Process is not triggered when using IBM App ID in IBM Cloud Kubernetes Service

I'm trying to use this feature: https://cloud.ibm.com/docs/services/appid?topic=appid-kube-auth#kube-auth I've followed the steps in the documentation, but the authentication process is not triggered. Unfortunately I don't see any errors and don't…
1
vote
3 answers

How do we use IBM Appid to auth Kibana users ?

Has anyone used IBM AppID on IBM Bluemix.net to auth Kibana users ? We found this tutorial which uses keycloak, we assume IBM Appid is a similar configuration ?
Mike Wilcox
  • 99
  • 1
  • 1
  • 5
1
vote
2 answers

IBM Cloud App ID: How to setup sign in for users using ibmcloud-appid?

I've been working in a project where I wanted to use IBM Cloud App ID to authenticate users. I'm able to sign-up new users using the ibmcloud-appid node package. There are options to change email, change password, etc etc but I see no method for…
Naxor_7
  • 26
  • 6
1
vote
1 answer

How to use Python OpenID Connect module with IBM Cloud App ID?

I signed up for IBM Cloud App ID to protect access to my cloud application. There is a sample that shows that the service can be used with Python. However, I want to use one of the (standard) OpenID Connect modules. How can I configure, e.g.,…
data_henrik
  • 16,724
  • 2
  • 28
  • 49
1
vote
1 answer

bluemix-appid No such module"BluemixAppID'

I am setting up APP ID on IOS Swift Project. Set up the Pods, and seeing BluemixAppID in the Pods. Set up the URLS etc Added the error and the framework search path below POD File # Uncomment the next line to define a global platform for your…
KosiB
  • 1,086
  • 1
  • 7
  • 13
1
vote
2 answers

IBM Bluemix AppID - how log off / log out?

When using IBM Bluemix App ID, does anyone know how to log out a user? The Node.js server SDK on GitHub sample application and README includes this reference: const LOGOUT_URL = "/ibm/bluemix/appid/logout"; I have tried various permutations but I…
vaughanh
  • 21
  • 2
0
votes
0 answers

IBM Cloud - App ID giving error with React 18

Am trying the App ID with React example from - https://www.ibm.com/cloud/blog/secure-your-single-page-react-apps-using-app-id. The following code snippet is giving error typeError: (0 , ibmcloud_appid_js__WEBPACK_IMPORTED_MODULE_0__.AppID) is not a…
manas
  • 1
0
votes
1 answer

Unable to retrieve idToken, refreshToken, and accessToken after successful authentication with Passport NodeJS application on IBM Cloud AppID

I am working on a NodeJS application that uses Passport for authentication and is deployed on IBM Cloud AppID SAML. While I am able to successfully authenticate a user using the AppID authentication mechanism, I am unable to retrieve the idToken,…
takichy
  • 3
  • 1
0
votes
1 answer

Create IBM AppID instance in IBM Cloud via Ansible - Graduated tier

I have been trying to follow the ansible documentation here https://github.com/IBM-Cloud/ansible-collection-ibm/tree/master/examples/appid-instance-creation#configuration-parameters to create an instance of AppID on IBM Cloud with "Graduated" tier…
0
votes
1 answer

how to connect saml appid on ibm cloud with ReactJS application?

someone have an idea, how to connect saml appid on ibm cloud with ReactJS application ? if any body have a link or doc about that i'm gratefull.
takichy
  • 3
  • 1
0
votes
0 answers

How to bypass the app-id use prepiam uri directly for login?

I'm required to implement login using IBMid but there are some modification needed from client side. We have to create the "Login with IBMid" button manually. We have to bypass the app-id login-callback and and using the prep uri directly. But when…
0
votes
1 answer

IBM Cloud: Kubernetes add-on ALB Oauth2 Proxy for App ID integration fails to start

I deployed a containerized app to my IBM Cloud Kubernetes service in a VPC. The app uses App ID for authentication. The deployment pipeline ran successfully. The app seems ready, but when accessing its URL it gives an internal server error (500…
data_henrik
  • 16,724
  • 2
  • 28
  • 49
0
votes
1 answer

CVE-2022-23529 (High) detected in jsonwebtoken-8.5.1.tgz - ibmcloud-appid

We are getting there is one high vulnerability related to jsonwebtoken and which is dependent package of ibmcloud-appid. ibmcloud-appid I have already upgraded to latest but still in package-lock.json jsonwebtoken version is 8.5.1. Here in…
Roy
  • 880
  • 7
  • 21
  • 39
0
votes
0 answers

IBM Cloud AppID: Application role doesn't returns in JWT

In my backend service, I require a token that contains the "roles" claim in the client credentials flow. So I've tried to setup App ID as described in the article about Assigning roles to an application, unfortunately, I didn't succeed in…
Timon
  • 23
  • 3
0
votes
2 answers

IBM App ID: What are the parameters to configure custom encryption during provisioning?

I know how to create an App ID instance using the IBM Cloud browser UI, or via CLI and even utilizing Terraform. But what are the parameters for Terraform (and the Resource Controller API) to specify that a root key from my Key Protect instance…
data_henrik
  • 16,724
  • 2
  • 28
  • 49