Hi @19133679 , you may have revoke the token manually on sign out. Please see this thread. This is probably due to the access and refresh token:
"If the user has granted access to the application, Azure AD will issue an access token and a refresh token for the resource.
The lifetime of the access token is usually about 1 hour. During its lifetime, even if the application is deleted, it is still available, but you will not be able to use the refresh token to obtain the access token again.
If you need to revoke authorization during the lifetime of the access token, please see: here and here."
Please let me know if this works.
Best,
James