Hi everyone I have an issue, I have one Asp.NET Web.API application with User management functionality from example Create User manage User Permissions ect, and now I have developed another Web.API application and I need to implement authentication and authorization via first application users credentials. What is the best approach or solution to achieve this goal? Note that in first app I changed the classic Role base Authorization into Permission based.
Thanks in advance for any help.