[
https://issues.apache.org/jira/browse/NIFI-14012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17899230#comment-17899230
]
ASF subversion and git services commented on NIFI-14012:
--------------------------------------------------------
Commit 20c7913d96bd58ed58b694d6c8c0e735705078e9 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=20c7913d96 ]
NIFI-14012 Added UID and DC Formatting for Certificate Principals
- Added Object Identifiers for UID and DC which are not included in the
standard set for X500Principal.RFC1779
Signed-off-by: Pierre Villard <[email protected]>
This closes #9532.
> Map OID to keyword for DC when getting certificate information
> --------------------------------------------------------------
>
> Key: NIFI-14012
> URL: https://issues.apache.org/jira/browse/NIFI-14012
> Project: Apache NiFi
> Issue Type: Improvement
> Affects Versions: 2.0.0-M1, 2.0.0
> Reporter: Anders
> Assignee: David Handermann
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Using mtls to auth against nifi v1.27.0 and v2.0.0, I notice a difference in
> how NiFi identifies the client certificates:
> v1.x:
> {code:java}
> CN="Anders ...", ..., DC=foo, DC=bar, DC=int {code}
> v2.x:
> {code:java}
> CN="Anders ...", ..., OID.0.9.2342.19200300.100.1.25=foo,
> OID.0.9.2342.19200300.100.1.25=bar, OID.0.9.2342.19200300.100.1.25=int {code}
> The certificate used is the same against both.
> This appears to be related to NIFI-12272.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)