Logout backchannel sid field

Dear all,

I am trying to understand the SID usage in a front/back channel logout.

I understand that SID is a session token that is provided in the id token.
I am using JWT token for my application and there is no SID provided.

Do you know if there will be any plan to include it at some point? Is there another use case I am missing for SID usage?

Regards,

Alexandre

The SID is included in the ID Token, you’re probably checking the access token?

Well, I do not use id_token, but only JWT. Is it possible to get an id_token when using JWT ?