There was an error while loading. Please reload this page.
1 parent a2a92e2 commit 78b68acCopy full SHA for 78b68ac
1 file changed
src/authn/authn.ts
@@ -1254,7 +1254,7 @@ authSession.onLogout(async () => {
1254
if (wellKnownResult.status === 200) {
1255
const openidConfiguration = await wellKnownResult.json()
1256
if (openidConfiguration && openidConfiguration.end_session_endpoint) {
1257
- await fetch(openidConfiguration.end_session_endpoint)
+ await fetch(openidConfiguration.end_session_endpoint, { credentials: 'include' })
1258
}
1259
1260
} catch (err) {
0 commit comments