You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bit strange, and I'm not sure what behavior is correct. But I think that the http://localhost:8080/plonesite/login url should do a redirect to an absolute path, and then make sure that the modal still works.
The text was updated successfully, but these errors were encountered:
I'm still leaning towards the redirect being absolute instead of relative, based on "explicit is better than implicit" so I'm not going to close it without someone else's opinion here. Docs are probably easier to change, but humans (especially me) are dumb and do dumb things and bother people for dumb reasons.
Following the docs here:
https://training.plone.org/plone-deployment/edit-project.html#activate-and-configure-the-add-on
visit the classic-ui and go to http://localhost:8080/plonesite/login/
This will give relative redirect to authomatic-handler:
And land you at http://localhost:8080/plonesite/login/authmatic-handler and give you a 404
However, note that the user experience when you click "login" in the classic ui you get a modal showing http://localhost:8080/plonesite/authmatic-handler
This is a bit strange, and I'm not sure what behavior is correct. But I think that the http://localhost:8080/plonesite/login url should do a redirect to an absolute path, and then make sure that the modal still works.
The text was updated successfully, but these errors were encountered: