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
0 answers

IBM APPID Cannot get username in the access token?

I need to get username as one of the claim in the access token which i received. But in default i didn't received it. I gone through their documentation about custom claim mapping but i was still confused. Can anyone know the request body to get…
0
votes
0 answers

Configure Ibm App Id with Spring MVC and tomcat

i want to integrate Ibm App ID with my spring MVC Application which will be run on Tomcat Server. Can Anyone susggest me the changes for this?
0
votes
0 answers

IBM Cloud: App ID is not Authenticating on localhost, but works on CF

I am trying to run IBM App ID on localhost. The App ID Login Widget is coming up. But after login it is not redirecting to my application. It is showing the login page again. The same codebase is running on CF instance very well. URL :…
0
votes
1 answer

IBM Cloud: Authentication with AppID for multiple app instances

We develop an React application with an Express NodeJS backend and this application is secured by an authentication using IBM App ID. Everything works fine on the authentication mechanism if the application is deployed on a Cloud Foundry Service…
0
votes
0 answers

401 UNAUTHORIZED error when using IBM AppId with Spring Boot

I am trying to integrate a sample spring boot application with IBM AppId service. I followed the tutorial available on IBM Developer portal. Below is my configuration application.yml spring: security: oauth2: client: …
Sudhir
  • 1,339
  • 2
  • 15
  • 36
0
votes
0 answers

IBM App ID and Multi-factor configuration

We have a screen in our app that gathers the username and password. Using that username and password, how do we authenticate with IBM AppID and support multi-factor authentication? What IBM App ID API calls are needed and what parameters should be…
0
votes
0 answers

IBM Cloud AppID with w3ID: Redirect URI 500 error with CloudFoundry application

I've had this issue for weeks and still can't find any way to solve. I've built a node.js application that is built upon the sample that is provided when setting up CloudFoundry. My application is connected to AppID and uses IBMid authentication. My…
0
votes
1 answer

IBM Cloud AppID: How to change password for user in Cloud Directory?

I have an app utilizing IBM Cloud AppID for user management. My users are managed using the Cloud Directory. They can sign up on their own and also request to reset their password. If I added (test) users without a valid email address, how can I…
data_henrik
  • 16,724
  • 2
  • 28
  • 49
0
votes
1 answer

How are token claims accessed in an action invoked by an API call

Scenario: user logs in using App ID via my app (android). The app makes an API gateway call that invokes a function. The function needs the identity of the user (i.e. the claims of the identity token). The function is IAM enabled and the API is…
Robert
  • 1
  • 1
0
votes
1 answer

IBM Cloud: How to enable App ID for app on Kubernetes cluster with K8s Ingress and ALB OAuth Proxy?

I am trying to configure App ID-based authentication for an app deployed to IBM Cloud Kubernetes Service (IKS) running in a VPC. In the past it worked well with IBM's own Ingress. However, that has been deprecated. Now, I am following the guide here…
data_henrik
  • 16,724
  • 2
  • 28
  • 49
0
votes
1 answer

ibmcloud-appid: nodejs how to do local development vs running in the IBM Cloud?

I am working with appid-serversdk-nodejs and I have the code working and everything works fine, both locally and in the IBM cloud. But I have to manually switch the APP-URL (localhost:3000 vs .eu-gb.mybluemix.net) I understand that I can do it…
mpjjonker
  • 917
  • 1
  • 6
  • 28
0
votes
1 answer

App ID login flow removes ingress service root path after successful login

I'm facing the following error while running Node.js WEB app on IBM Cloud Kubernetes with AppId: The WEB app is accessed via ingress URL: https:///ar-studio ar-studio is the backend service path as is configured in ingress. index.html has…
Orit
  • 183
  • 2
  • 10
0
votes
0 answers

Logout when using ibm appid adapter with SAML

We are using the IBM appid adapter ( https://cloud.ibm.com/docs/appid?topic=appid-istio-adapter ) on openshift service mesh for authentication against a SAML IDP . How can I logout from the SAML session?
PiFi
  • 11
  • 3
0
votes
0 answers

nuxt.js call stack size render issue when login with IBM App Id

I have a problem using IBM App Id and Nuxt.js project. When I am trying to do the signIn method from IBM AppId, it thows an error, error setAlgAndProvider hash alg set fail alg=sha256/RangeError: Maximum call stack size exceeded that's my code from…
0
votes
1 answer

AppId SAML : Sign request

I have a query regarding the certificate used by IBM AppId to sign SAML requests.I believe this certificate is self-signed by the tenant's ( AppId tenant ) private key and is auto-generated by AppId when 'signRequest' is set to true in the IDP…
PiFi
  • 11
  • 3