Merge pull request #10595 from dataease/pr@dev-v2@feat_cas_call_back

feat(X-Pack): CAS配置增加回调域名设置
This commit is contained in:
fit2cloud-chenyw 2024-06-28 13:54:19 +08:00 committed by GitHub
commit 474909d5df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit c0417533a3fe5c2efbf3fa673b9f09fbf9437e74 Subproject commit acadbd02ddd47e21f28340f2ef1237ccc656efa7

View File

@ -11,4 +11,6 @@ public class XpackCasVO implements Serializable {
private static final long serialVersionUID = 3748231475265743038L; private static final long serialVersionUID = 3748231475265743038L;
private String idpUri; private String idpUri;
private String casCallbackDomain;
} }