I need to expose some APIs through wso2 api manager, but with three important features:
- Some APIs need 3-legged oauth access control;
- The oauth authentication must be made through an identity provider already configured in wso2 identity server;
- Need to give the resource owner the ability to manage (list and revoke) subscribed applications
Can anyone give me some tips to achieve this scenario?