IDCS user creation Service Connection in VBCS
Summary:
Content (required):
We need to use IDCS user creation Service Connection in VBCS. The process of creating user in IDCS is first we have to generate an access token from IDCS and then using that access token we need to create the user.
When we added this service connection in VBCS, we have selected OAuth 2.0 Client Credentials for the Authentication. In this we need to give client id, secret key, and token URL. The API call is working fine when we provide all these details in Web application. The issue is Mobile app has no secret key in IDCS and its client ID is different. Also, in web app, every time we publish the application, a new client id and secret key will be generated so that we need to update the same in service connection every time we publish. Is there any