Hi Team,
I am working with customer and we were able to successfully configure SAML(AzureAD) using a ConfigMap. The configuration is working as expected.Here is the sample configMap file.
$ cat initcfg.yaml
apiVersion: v1
data:
samlinitcfg.yaml: |
always_reload: true
SSO_URL: https://login.microsoftonline.com/tjklpojknknklmnl/saml12
Issuer: https://sts.windows.net/tjklpojknknklmnl
X509_Cert: |
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
x509_cert_extra:
- |
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
Group_Claim:
Enable: false
Default_Role: admin
group_mapped_roles:
- group: admin1
global_role: admin
kind: ConfigMap
metadata:
name: neuvector-init
namespace: neuvector
Questions from customer: it is possible to mask sensitive values displayed in the NeuVector UI under the SAML configuration, such as certificates, group names, and tenant ID ? These values appears as it is in UI and customer would like to mask it.
Refer-: https://suse.slack.com/archives/C03205DN52S/p1767692512518709
