Restricting users to access multiple resources

Not applicable

Im very new to apigee.we have scenario that 2 Users and 3 set of apis.

1. User1 - he should access 2 api resources.

2.User2 - he should access 1 api resource. we need to provide the authentication for the above scenario.can you please guide us elaborately to do the same. can you let us know what are all policies should be used.

2 2 6,149
2 REPLIES 2

Hi @Vidhya Selvaraj -- Have you tried the API key security tutorial? I recommend starting there to get a feel for how to restrict access to specific API resources using API keys. If you think API keys would be sufficient for your use case, then I can guide you further if you need help. We also have a basic OAuth tutorial that you can try. Also, you might read up on API products -- products let you specify which API resources that you want to restrict (so, you might create one with the API resources that User 1 can access and another for the resource that User2 can access).

Not applicable