I having 3 existing WEB API which already has OWIN token based authentication connecting to 3 different databases (userid and pwd is different). I want to create an application which uses these 3 web APIs based on a single login. How to achieve this? Any source code to share.
- Api_1 --> DB1
- Api_2 --> DB2
- Api_3 --> DB3
New App (angular) --> Consumes above THREE WEB APIs .
Need your advise on this