mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:27:42 +00:00
feat(ldap): adding root ca option to ldap config (#9292)
# Which Problems Are Solved Adding ability to add a root CA to LDAP configs # Additional Context - Closes https://github.com/zitadel/zitadel/issues/7888 --------- Co-authored-by: Iraq Jaber <IraqJaber@gmail.com>
This commit is contained in:
@@ -852,6 +852,7 @@ func NewLDAPIDPAddedEvent(
|
||||
userObjectClasses []string,
|
||||
userFilters []string,
|
||||
timeout time.Duration,
|
||||
rootCA []byte,
|
||||
attributes idp.LDAPAttributes,
|
||||
options idp.Options,
|
||||
) *LDAPIDPAddedEvent {
|
||||
@@ -874,6 +875,7 @@ func NewLDAPIDPAddedEvent(
|
||||
userObjectClasses,
|
||||
userFilters,
|
||||
timeout,
|
||||
rootCA,
|
||||
attributes,
|
||||
options,
|
||||
),
|
||||
|
Reference in New Issue
Block a user