How to Configure Authentication for Open(API) Swagger

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Hi, I created objects, published app and imported data via CSV. On the Publish page, I downloaded the documentation that had a Swagger JSON File my Objects. I was able to create a new service, using the OpenAPI (Swagger) adaptor and created a GET Operation. All seemed to be good until I tried to Fetch Response in the Response Output. It returns the following output result. I just wanted to create a simple authentication for am Authenticated APP User. How do I do that? Thank you

{

“errmsg”: “{"errcode":17005,"appId":"OnBoardContent","opstatus":17005,"errmsg":"Not authorized"}\n”,

“opstatus”: 20013,

“httpStatusCode”: 500

}

Hi, I see that in your case you want a simple Identity for a set of users you have in a CSV. We have Kony User Repository Identity provider for similar usecases. You can add any number of users and define user roles and permissions. Here's a link to doc on Kony User Repository identity service:

https://docs.kony.com/konylibrary/konyfabric/kony_fabric_user_guide/Content/UserRepositoryIdentityService.htm