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 Cloud App ID: Forget Password and re-authentication flow

I’m new to IBM Cloud App ID application development. I want to implement a password change function for users to forget their passwords and re-authentication function after renew their password. What kind of application flow do I need to implement…
ykrh
  • 3
  • 2
0
votes
2 answers

How to integrate IBM Cloud Functions with App ID for authentication?

I have seen the tutorial for starting the cloud functions and creating a guestbook on IBM Cloud, but when trying to connect an App ID it actually requires an application and not a Cloud Functions API. So how can I connect them? Is there some…
palamunder
  • 2,555
  • 1
  • 19
  • 20
0
votes
2 answers

Programmatic access to a Resource protected by IBM APP ID

I am trying to access a rest API secured by APP ID service instance. I have tried two approaches to access the rest resource but alway I get Redirect To OP redirect HTML as the response instead of an actual resource. 1. approach…
0
votes
2 answers

How to access and view IBM Cloud support ticket

I am trying to raise a support ticket with IBM Cloud Support in regards to the Watson Assistant. I can create tickets with no issue, however, I am unable to view the support ticket from the console and therefore, can't communicate with the support…
Harry Stuart
  • 1,781
  • 2
  • 24
  • 39
0
votes
1 answer

IBM App ID: Which URL to use to allow sign up and reset?

From documentation I can see the folowing about "Forgot Password" Pass WebAppStrategy "show" property and set it to WebAppStrategy.FORGOT_PASSWORD, will launch the App ID forgot password from. app.get("/forgot_password",…
0
votes
1 answer

Error converting app from Bluemix SSO service to AppID service

I'm having an issue converting my application from IBM Bluemix's SSO service to their AppID service. I performed all of the steps at https://www.ibm.com/blogs/bluemix/2018/04/converting-applications-ibm-single-sign-service-ibm-cloud-app-id/ but when…
David Powell
  • 537
  • 1
  • 4
  • 16
0
votes
1 answer

How to configure Appid Service with IBMid Identity provider

I am searching to configure IBMid Provider using APPID (Bluemix) service, I found there a way by configuring SAML 2.0, but how to get the SAML details.
raths
  • 31
  • 5
0
votes
1 answer

How can I configure IBM Cloud App ID as part of an open toolchain?

I am using IBM Cloud App ID for user management / authentication and Continuous Delivery with a toolchain to deploy the app to IBM Cloud. There is an API to configure App ID, e.g., to set the password strength or to disable email verification for…
data_henrik
  • 16,724
  • 2
  • 28
  • 49
0
votes
1 answer

How can I set password strength for IBM Cloud App ID?

I am using the IBM Cloud App ID service and its Cloud Directory to manage users for my web app. I have a form where users can sign up for the app by providing an username and a password. By default, App ID requires 8 characters minimum for a valid…
data_henrik
  • 16,724
  • 2
  • 28
  • 49
0
votes
2 answers

Does IBM Single Sign On Service allows to use JWT tokens?

Does IBM Single Sign On service allows to use JWT tokens, not cookie based session approach? I have web project with backend in Node.js and frontend in Angular.js as separate applications. So I would need a SSO that works with JWT tokens.
0
votes
2 answers

If ibm-appid supports IBM single sign on?

does ibm-appid provide the IBM single sign on(bluepages) functionality? and how to implement/configure it? Thanks
george jiang
  • 105
  • 9
0
votes
1 answer

Can you add user roles to IBM Cloud App ID

I have an application that uses IBM Cloud App ID for authentication and now we have come the the conclusion that we might need user-role authentication. I have found that there is nothing in the docs explaining if it is possible so I assume it is…
Adam Lagevik
  • 673
  • 1
  • 7
  • 15
0
votes
1 answer

ibm App ID logout in nodejs

I integrate IBM APP ID in my project in local,after login succeed, when I try to log out use the following code as same as demo app.get("/logout", function(req, res, next) { WebAppStrategy.logout(req); res.redirect("/"); }); nodejs show…
Wind
  • 1
  • 1
0
votes
1 answer

How to get meaningful alias or name for provisioned service in IBM Cloud?

I am using the CLI command bx service create to provision a new service. Some of the services support resource groups. For them, I noticed that the service itself has a long generic name and is listed under "Services". The name I chose is only…
data_henrik
  • 16,724
  • 2
  • 28
  • 49
0
votes
1 answer

IBM appid, nodejs app error {"error":"invalid_request","error_description":"redirect_uri doesn\\'t belongs to the clientID"}

Recently I created IBM APPID service and download nodejs code from service dash board and deployed on IBM cloud. As per instruction in dashboard it should work with default settings and no need to do additional setting in identity providers But when…
HDatta
  • 3
  • 6