Hello,
we have an anonymous portal with some content being anonymous and some needing authentication. By now we access the portal by "/irj/portal/anonymous?guest_user=x". The anonymous user has a role assigned which authSchema is "default" and is an entry point. If the anonymous user navigates to this entry point, he get's a login form in the content area.
Now we would assume that the user changes from anonymous to authenticated if we provide the correct credentials, but it's not.
Any idea how we could achive this?
Our Backup Plan is to include a login button in the layout which navigates to /irj/portal where we get a full screen login screen. This would work, but that's not the prefered solution.
greetings chris