Fix ad domain virtual account (#16729)

* fix(authentication): apply ad_domain logic to virtual accounts

---------

Co-authored-by: Bryan <jiangjie.bai@fit2cloud.com>
This commit is contained in:
Jonnn-y
2026-07-08 16:33:56 +08:00
committed by GitHub
parent 7f7bf810e3
commit 2dc9907cbc

View File

@@ -310,8 +310,8 @@ class ConnectionToken(JMSOrgBaseModel):
if not account.secret and self.input_secret:
account.secret = self.input_secret
account.secret_type = self.input_secret_type
self.set_ad_domain_if_need(account)
self.set_ad_domain_if_need(account)
return account
@lazyproperty