Streams Session Timeout/Close Support

Hi Team,

Is there a support for streams to close the connection when the JWT token expires - Token that is used during initilization of the stream for authn/authz?

Also, is there a way to set timeout for streams to close the connection?

Thanks,
Mohan

ConfD does not create or manage these tokens, so it cannot act based on their attributes. Your application needs to keep the record of sessions and associated tokens and if a token expires, kill the session using maapi_kill_user_session.