iam icon indicating copy to clipboard operation
iam copied to clipboard

Ensure subject DN is stored into db with the expected format (RFC2253)

Open enricovianello opened this issue 8 months ago • 1 comments

https://datatracker.ietf.org/doc/html/rfc2253 The target of this PR is ensuring that each time a x509 certificate is added (via SCIM PATCH) or linked (during login phase) its subject and issuer are stored in the same way, following RFC 2253. Also the search logic has to be able to "normalize" a received subject to the same RFC, in order to avoid case-insensitive problems.

enricovianello avatar Jun 14 '24 12:06 enricovianello