You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup/core/docs/auth/use-ldap.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Here are the deployment steps required to use [Code Dx with LDAP](https://codedx.com/Documentation/InstallGuide.html#ActiveDirectoryLDAPConfiguration):
4
4
5
-
1) Complete the guided setup to determine the setup command(s) for Deploying Code Dx on your Kubernetes cluster.
5
+
1) Complete the guided setup to determine the setup command(s) for deploying Code Dx on your Kubernetes cluster. End the guided setup by using one of the options to save your setup command to a file.
6
6
7
7
>Note: If you're planning to use LDAPS and your LDAP server uses either a self-signed certificate or a certificate issued by a CA other than a well-known one, you must select a custom cacerts file and add the certificate for your LDAP server.
Here are the steps required to specify extra SAML properties:
4
+
5
+
>Note: The guided setup will set these Code Dx SAML parameters:
6
+
- auth.saml2.identityProviderMetadataPath
7
+
- auth.saml2.entityId
8
+
- auth.saml2.keystorePassword
9
+
- auth.saml2.privateKeyPassword
10
+
- auth.hostBasePath
11
+
12
+
1) Complete the guided setup to determine the setup command(s) for deploying Code Dx on your Kubernetes cluster. End the guided setup by using one of the options to save your setup command to a file.
13
+
14
+
2) Create a file named `codedx-extra-props.yaml` and add your SAML properties and values:
15
+
16
+
```
17
+
codedxProps:
18
+
extra:
19
+
- type: values
20
+
key: codedx-extra-saml-props
21
+
values:
22
+
- "ui.auth.samlLabel = Keycloak"
23
+
- "auth.autoExternalRedirect = false"
24
+
```
25
+
26
+
>Note: Use spaces for the indents shown above. Indenting with tab characters will cause a failure at install-time.
27
+
28
+
3) Locate the run-setup.ps1 file generated by guided-setup.ps1 and make a copy named run-setup-custom.ps1. Edit run-setup-custom.ps1 by appending the following parameter to the setup.ps1 command line, specifying the path to your codedx-extra-props.yaml file:
0 commit comments