Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

Authenticating / Authorizing to grant external website access to an asp.net core mvc application.

$
0
0

Hello all,

We have developed a ASP.NET MVC CORE 1.1 application with default authentication scheme. We are also using claims based structure for profile differentiation to allow / prevent access to some information on some views. Now some of the views will be showed on a outside website based on joomla / php that has to authenticate to allow POST and GET actions on some controllers.

I have not been able authenticate from the joomla php website using basic HTTP authorization first with a header containing a valid user a pass base64 encoded. I also tried to extract the token authentication cookie and the request verification hidden field token to post on the /Account/Login form with valid information to get legitimate access to our application. I've lost too much time with this and i am looking for solution to get legitimate access to the application from outside. We are using Kestrel as a webserver. Can you please advise and present an example on how to do this?

Thanks in advance


Viewing all articles
Browse latest Browse all 9386

Trending Articles