scim-examples icon indicating copy to clipboard operation
scim-examples copied to clipboard

Minor nit: SAN, not common name

Open plttn opened this issue 8 months ago • 1 comments

https://github.com/1Password/scim-examples/blob/bcda56df5bc03fd16cc6f0b335c85f0955b4cfbc/docker/README.md?plain=1#L289

Common name is deprecated for the canonical subject of a TLS certificate. We should reference SAN (Subject Alternative Name) instead.

plttn avatar Jun 11 '25 02:06 plttn

and what if there are multiple SANs? It is common case if we are using, let's say, wildcard.

gecube avatar Aug 13 '25 08:08 gecube