Hi @Sebastian,
I’m trying to modify login journey of my Squidex app.
**Following is the Current login journey: **
- User clicks on “Login to Squidex” (green button) on Squidex home page as attached “Step-1.png”,
- A login popup opens that has username and password entry fields with Login as attached “Step-2.png”.
- When user enters credentials and click login, a different popup with “Login to Squidex” is displayed that asks user to sign-in again as attached “Step-3.png”.
- On clicking “Login to Squidex” button, login occurs within the popup window as attached “Step-4.png”.
- User than has to close the popup window and refresh the original window to sign in.
Desired login journey:
- User should be able to sign in on the original window.
- Popup window should open but login should be carried out in original window.
Please let me know how I may achieve above/desired login journey.
Thanks.