¶ 私有化部署
更新时间: 2024-10-10 07:28:40
私有化部署的场景,域名为客户自己的域名,用来加密密码的公钥也是每个客户特有的,所以在调用 Authing.init() 之前,需要先调用:
Authing.setOnPremiseInfo(String host, String publicKey)
host
是私有化域名 (opens new window),如:mycompany.compublicKey
是私有化版本的密码加密公钥
如果不清楚上述配置,请联系 Authing 售后服务人员 。