Base solution for your next web application
Open Closed

Authentication to Public Website #10460


User avatar
0
rickfrankel created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version?
  • 10.3
  • What is your product type (Angular or MVC)?
  • Angular
  • What is product framework type (.net framework or .net core)?
  • .Net Core

Hey Team,

Just trying to work out how the authentication to the public website works. Does it share the same login information as with the Angular site. Eg: If I'm already logged into the angular site and I navigate over to the public site will they share the same login information (assuming they run under the same base domain eg: app.mysite.com www.mysite.com

Was hoping the cookies from the app.mysite.com would mean that you're already automatically logged in to the public site.

It would seem however that this may not be the case and some returnurl magic happens?

Thanks Rick


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @rickfrankel

    Yes, they share the same login information. When you click login button on the public website, it redirects you to Angular app and redirects back to public website.