Use ASP.NET Form Authentication with Java

We currently have simple portal functionality built on top of ASP.NET forms-based authentication. All existing applications that use this authentication mechanism are based on ASP.NET (and operate in the same domain). So everything is working fine. We have a new requirement for some new Java-based web applications to use the same authentication. All our applications are available via HTTPS.

Can someone advise here please?

thank

+3
source share
2 answers

We decided to use ASP.NET Application Services to prove the concept, and the result looks promising.

Thank you all

+1

, , Java / cookie "-", API , .

0

Source: https://habr.com/ru/post/1787989/


All Articles