Anders created NIFI-14012: ----------------------------- Summary: 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 Reporter: Anders
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)