Base solution for your next web application
Open Closed

Public WebSite - after login, acces the application #11706


User avatar
0
deltavision created

Hi,

v11.2.1 MVC .NET Core

After login to App - and return to public site - how can we make a direct access to the App. Tried a lot of options - but always end up, at the App: Login page.

Can we open the App with the accessToken that is returned from the login?


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

    Hi @deltavision

    Normally, when a user logins via admin website, it must store the cookie and when user is redirected to base path of the admin application, user must be logged in. Is your app published ? If so, can we test this scenario on your app ?

  • User Avatar
    0
    deltavision created

    Hi @ismcagdas

    yes it is published - can I mail you information for check?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Yes, please send it to [email protected].

  • User Avatar
    0
    deltavision created

    Hi @ismcagdas

    another issue - from #11069

    After Login return to public site, not getting the logged in user information. This works in development

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @deltavision

    Let's keep the conversation via email. I got the problem wrong at first. Now, I understand the problem. We have replied to your email. We can share the solution here once we solve the problem.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Correcting the server time manually solved the problem.

  • User Avatar
    1
    deltavision created

    Comment to solution.

    Server time was few minutes ahead of client. Therefore the token timeout period was passed, and login failed.