Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

enricovianello
Copy link
Member

@enricovianello enricovianello commented Jun 14, 2024

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 enricovianello changed the title Convert subject DN into stored format where needed Ensure subject DN is stored into db with the expected format (RFC2253) Jun 14, 2024
Copy link

Move to iam-common duplicated code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant