Hi As it turns out this was an issue with Chrome as it cached the login and filled in the Auth Header automatically. With that from the session info point of view the user was logged in even though the actual login did not happen and so links to open Composum failed.
Cheers - Andy Schaefer > On Jun 7, 2019, at 4:26 PM, Andreas Schaefer <schaef...@me.com.INVALID> wrote: > > Hi > > In my quest to get Sling started as Feature I am having an issue with > > /system/sling/info.sessionInfo.json > > Which always returns: {"authType":"BASIC","userID":"admin”} > > I tried that using Curl and there is works just fine but not inside a > browser. > I deleted all cookies and even added query parameters but to no avail. > > Any idea on how to further investigate as I could not find the code for this. > > - Andy