I checked browser network tab. After successfull login, the set-cookie TGC header is returned but chrome blocks it ( *the set cookie was blocked because it had the "secure"attribute but was not received over a secure connection*.). So, there is no TGC cookie and it treats like you didnt login.
I added this configuration to cas.properties, the problem solved. *cas.tgc.secure=false* 19 Ağustos 2020 Çarşamba tarihinde saat 12:37:47 UTC+3 itibarıyla denizg şunları yazdı: > I can login successfully to CAS. After success login, it shows > authentication details page like below picture (loginsuccess.png). > > When i try to login without login, it shows login screen (relogin.png), > but i expect authentication details page, because i logged in before. > > It creates many problem for me. How can i solve this? (btw, i tried demos > in this page https://apereo.github.io/cas/Demos.html , and it works > expected.) > > gradle.properties > cas.version=6.3.0-SNAPSHOT (also tried with 6.2.0) > > cas.properties > cas.server.name=http://localhost:8443 > cas.server.prefix=${cas.server.name}/cas > logging.config=file:/etc/cas/config/log4j2.xml > server.ssl.enabled=false > # cas.authn.accept.users= > > > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/5fe253e3-1f9a-4a29-9d0d-71f5c47a4fb1n%40apereo.org.
