Last year I asked about the SQ server interacting with AD (Do revoked tokens persist in SonarQube?). I have a followup question as we’re trying to diagnose some network issues.
Basically, the previous discussion told me that the server goes to AD whenever it needs to authenticate using AD creds sent to it (i.e., does not cache AD creds). The recommendation was to use tokens whenever possible.
So presumably these are stored in the SQ server’s database. Does the server try to cache them for speed? I realize that pretty much anything you ask SQ for will require going off to the DB, which in our case is on a separate server. But does it try to save going to the DB just to authenticate a token by caching tokens, at least short-term?