Global logout as back channel using OIDC

72 views
Skip to first unread message

Vikash Chandra Ansh

unread,
Aug 14, 2026, 12:03:44 PM (22 hours ago) Aug 14
to CAS Community
Hi team,

I have approx 10 application integrated with Apereo CAS. Few of them are using CAS protocol and 2 are using OIDC. I want to implement back channel logout in these two OIDC applications. Could you suggest the changes. 

I have added in JSON as logout type = back-channel and then provided logout url.

If I am doing logout from OIDC application 1, I would expect it should logout 2 as well. 

Cas version is 7.3

M i missing any configuration 
Thanks 
Vikash Chandra 

Ray Bon

unread,
Aug 14, 2026, 4:03:05 PM (18 hours ago) Aug 14
to cas-...@apereo.org
Vikash,

You can see what cas is doing with logout:
        <!-- INFO  Performing logout operations for [TGT-...]
                   [number] logout requests were processed
             DEBUG ST, principal and URL -->
        <Logger name="org.apereo.cas.logout.DefaultLogoutManager" level="info">
            <Filters>
                <ThresholdFilter level="INFO" onMatch="ACCEPT" onMismatch="NEUTRAL" />
                <RegexFilter regex="Captured logout request.*" onMismatch="DENY" />
            </Filters>
        </Logger> 
      <!-- DEBUG preparing, processing and logout with URL and ST -->
        <Logger name="org.apereo.cas.logout.slo" level="warn" />
        <!-- DEBUG outbound and inbound headers and response as it is sent -->
        <Logger name="org.apache.hc.client5.http.wire" level="warn" />

Best to check these in dev first.
There may be some OIDC specific logging you could try; I have not explored OIDC logging.

Ray


From: cas-...@apereo.org <cas-...@apereo.org> on behalf of Vikash Chandra Ansh <vikasha...@gmail.com>
Sent: August 14, 2026 09:03
To: CAS Community <cas-...@apereo.org>
Subject: [cas-user] Global logout as back channel using OIDC
 
You don't often get email from vikasha...@gmail.com. Learn why this is important
--
- Website: https://apereo.github.io/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 cas-user+u...@apereo.org.
To view this discussion visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CA%2Bdrvxh_1QTUQww7PKCaiR_svb2w6N62NHUdJMCstyG_mMWboQ%40mail.gmail.com.
Reply all
Reply to author
Forward
0 new messages