Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use ASP.NET forms authentication from Java

We currently have a simple portal kind of functionality built based on ASP.NET Forms-based authentication. All the existing apps that make use of this authentication mechanism are ASP.NET based (and run on the same domain). So, all works fine. We have a new requirement to get some new Java-based web applications make use of the same authentication as well. All our apps are accessible over HTTPS.

Can someone advise here please?

Thanks

like image 766
Prasanna K Rao Avatar asked Dec 07 '25 13:12

Prasanna K Rao


1 Answers

We opted to use the ASP.NET Application Services for a proof of concept and the output looks promising.

Thanks all

like image 154
Prasanna K Rao Avatar answered Dec 09 '25 01:12

Prasanna K Rao