Thank you Ray for your quick response.
- When I start with private/incognito windows, I get the same behavior.
- I tried different cookie settings ( cas.tgc.xxx). Still same issue
- No, we have only one host. Sessions are not being share with any other CAS instance.
- I created a log file (for org.apereo.* classes) for IE login attempt and another log file (for org.apereo.* classes) for Firefox login attempt.
When I compared these log files, I realized that. In both log files, I see that "AbstractWebApplicationService" is created (Second time). And until this point (From server start to "AbstractWebApplicationService" is created second time), everything is same.
After this point :
For IE, I get these logs:
TRACE [org.apereo.cas.web.support.gen.TicketGrantingCookieRetrievingCookieGenerator] - Removed cookie 'TGC'
TRACE [org.apereo.cas.web.support.WebUtils] - Evaluating request to determine if warning cookie should be generated
TRACE [org.apereo.cas.audit.spi.principal.ThreadLocalPrincipalResolver] - Resolving principal at audit point [execution(Event org.apereo.cas.web.flow.resolver.impl.RankedMultifactorAuthenticationProviderWebflowEventResolver.resolveSingle(RequestContext))]
TRACE [org.apereo.cas.audit.spi.FilterAndDelegateAuditTrailManager] - Recording audit action context [org.apereo.inspektr.audit.AuditActionContext@35335fa4]
INFO [org.apereo.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - Audit trail record BEGIN
=============================================================
WHO: audit:unknown
WHAT: [event=success,timestamp=Thu Jul 09 10:12:35 CDT 2020,source=RankedMultifactorAuthenticationProviderWebflowEventResolver]
ACTION: AUTHENTICATION_EVENT_TRIGGERED
APPLICATION: CAS
WHEN: Thu Jul 09 10:12:35 CDT 2020
CLIENT IP ADDRESS: x.x.x.x
SERVER IP ADDRESS: x.x.x.x
=============================================================
After that, it reloads the login page.
-------------------------------------------
However in Firefox log:
I get these logs after "AbstractWebApplicationService" is created second time:
TRACE [org.apereo.cas.util.EncodingUtils] - Successfully decoded value. Result in Base64url-encoding is [****************************************************************************]
TRACE [org.apereo.cas.services.web.ChainingThemeResolver] - Attempting to resolve theme via [CookieThemeResolver]
TRACE [org.apereo.cas.services.web.ChainingThemeResolver] - Attempting to resolve theme via [SessionThemeResolver]
TRACE [org.apereo.cas.services.web.ChainingThemeResolver] - Attempting to resolve theme via [RequestHeaderThemeResolver]
TRACE [org.apereo.cas.services.web.ChainingThemeResolver] - Attempting to resolve theme via [RegisteredServiceThemeResolver]
Then it displays Client IP and Browser information. And it makes the database and LDAP connections to verify the credentials.
Looks like when I try to login with IE, CAS ignores the request and reloads the login page.
Regards,
Emre