Auto Authenticate user on Azure Platform

48 Views Asked by At

I have a situation wherein, we're listing third party content on our website, now what they want only authentic user from our userbase would be able to consume it's content, however for that, the only way they have is to authentic via Azure, they do not want to take the authorization token from us, they want we auto login user on Azure and then when they communicate with Azure, they will get the Authorization token and then they will authenticate the user and allow them to consume their content.

So we're planning to have the users information (Username and password) on Azure SQL, and once the user logs in on our website, we will auto authenticate them on Azure using the same user information on Azure SQL, once authenticated, Azure will generate the authentication token which this Third party company will use and authenticate our users.

So just want to know is the above scenario possible, or how can we achieve the same?

0

There are 0 best solutions below