I am developing an application with various modules, all of this is hosted on azure.
We have our base application and then all our modules. Our modules are supposed to be logged into, the modules are written in DotNetCore MVC, WebForms, Python pretty much anything.
What would the best practice be to use the credentials that we have on our base application even though the modules do not necessarily have access to the database?
I am currently using API calls, but just like to know if there is a more suitable solution for the problem.
Regards


