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
3
votes
2 answers

How to add authenticate with refresh token with Asynchronous request within okhttp3 authenticator

I'm having a authenticator attached to a Okhttp3 client which is getting called successfully when a 401 response comes. Within the authenticator, I want to authenticate the user with refresh token. I'm using IBM AppId for authentication. private…
Rahul Chaurasia
  • 1,601
  • 2
  • 18
  • 37
2
votes
1 answer

Error 404: javax.servlet.ServletException: java.io.FileNotFoundException: SRVE0190E: File not found: /oidcclient/redirect/MyRP

I am trying to integrate AppID service with my spring application. For that I have added redirect-uri https://app-host-name:port-number/oidcclient/redirect/MyRP under MyAppId service -> Management -> Authentication Settings for the purpose of…
dlakra96
  • 25
  • 1
  • 6
2
votes
1 answer

IBM APP ID with ADFS using windows integrated authentication WIA

I Need help with APP ID service in IBM Cloud. I have a configuration with a Loopback application residing in IBM Cloud which uses the APP ID service to perform SSO automated login. APP ID service is configured with one identity provider: SAML 2.0…
2
votes
1 answer

I can't install the app-identity-and-access-adapter on Kubernetes

veerI visited the project app-identity-and-access-adapter and I want to check it inside a Kubernetes Microservices project. The installation app-identity-and-access-adapter to a IBM Cloud Kubernetes Cluster did not work. a) Adding repository…
2
votes
1 answer

Adding user authorization and authentication to React application via IBM app-id

I have a basic frontend application that i would like to be able to let users sign up and login. The service ive decided to use for this is AppID by IBM. The flow of my application goes as such: frontend application (React) makes get/post requests…
Sahil Sharma
  • 55
  • 1
  • 8
2
votes
2 answers

REST best practice cloud

I have a set of REST services on IBM cloud. Ingress is integrated with Appid for authentication. Ingress adds the token id & access id to the authorization header. Now on the API side (springboot) do I need to validate the user again on every…
Umesh
  • 31
  • 1
1
vote
0 answers

context was not found error on APPID @ IBM Cloud while new user signup

I'm trying to signup a new user, when creating a User it will send a mail to user to complete signup, user clicks on verify button in mail and it redirects to ActivateAccount Page that asks user to fill in password. Below is the url where appid…
1
vote
0 answers

Unable to open popup using Ionic + IBM Cloud App ID

I´m developing an mobile application using Ionic and Angular Ionic: Ionic Framework : @ionic/angular 5.0.7 @angular-devkit/build-angular : 0.803.26 @angular-devkit/schematics : 8.3.26 @angular/cli : 8.3.26 @ionic/angular-toolkit :…
1
vote
0 answers

Need help first setup ibm appid on kubernetes and istio

I am trying to setup a first oidc and jwt token with ibm app identity and access adapter and after everything installed it miss something and I can't understand what. Version Istio 1.5 Kubernetes 1.17 ibm app id: stable helm repo helm: 3.2 First…
Adrien M
  • 11
  • 2
1
vote
3 answers

IBM App ID - Cannot get custom scopes in access token in OAuth 2.0 Authorization Code Flow

I am using App ID as an Identity Provider and Authorization Server to protect some back-end spring-boot applications. I have managed to set up the whole OAuth 2.0 Authorization Code flow to work but cannot manage to include custom scopes into the…
chcortes
  • 11
  • 1
1
vote
2 answers

Is the cookie hash key specific to the appid adapter?

looking the IBM istio appid adapter for auth purposes, i could see that the adapter generates the cookie in code using a random hashkey thats created at the adapter's startup. If i want to run multiple instances of the adapter for high availability,…
sm_
  • 2,572
  • 2
  • 17
  • 34
1
vote
1 answer

Ingress doesn't redirect to my service after AppID on IKS

I have an IKS cluster with AppID tied to it. I have a problem with redirecting an NodeJS app with the ingress. All other apps works with both AppID and ingress, but this one gives 500 Internal Server error when redirecting back from AppID. The…
t3ng1l
  • 895
  • 9
  • 23
1
vote
2 answers

Can I integrate APP ID with tools like Jenkins, SonarQube, Jira and Gitlab?

I want to setup DevOps tool chain with a common Authentication and Authorization. Can I authenticate tools like Gitlab, Jenkins, SonarQube and Nexs with App ID?. I need to enable single sign on across all these tools I tried APP ID looks like it…
1
vote
1 answer

How to get token via API from IBM App ID backed by SAML?

I'm trying to use App ID to do user authentication/authorization against a service running in Kubernetes from a CLI tool. I've provisioned App ID and configured SAML identity provider. I added an application and got the tenant id, client id, and…
D Perkins
  • 123
  • 1
  • 10
1
vote
2 answers

No such module 'IBMCloudAppID' in xcode 10.2 Swift

I am trying to use IBMCloudAppId is my swift project and getting an error when I am trying to import IBMCloudAppID in my xcode 10.2. I followed these steps as Open your Xcode project and enable Keychain Sharing (Under project settings >…
user366584
  • 1,016
  • 1
  • 16
  • 34
1
2 3 4 5 6 7