Skip to main content

Certificate Authentication Profile

Due to API limitations (as of version 3.2) a Certificate Authentication Profile can only be created and updated, but not deleted.

Location in GUI: Administration » Identity Management » External Identity Sources » Certificate Authentication Profiles

Diagram

Classes

identity_management (ise)

NameTypeConstraintMandatoryDefault Value
certificate_authentication_profilesList[certificate_authentication_profiles]No

certificate_authentication_profiles (ise.identity_management)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[\w\d_\-\.]+$Yes
descriptionStringNo
allowed_as_user_nameBooleantrue, falseNofalse
match_modeChoiceNEVER, RESOLVE_IDENTITY_AMBIGUITY, BINARY_COMPARISONNoNEVER
username_fromChoiceCERTIFICATE, UPNNoCERTIFICATE
certificate_attribute_nameChoiceSUBJECT_COMMON_NAME, SUBJECT_ALTERNATIVE_NAME, SUBJECT_SERIAL_NUMBER, SUBJECT, SUBJECT_ALTERNATIVE_NAME_OTHER_NAME, SUBJECT_ALTERNATIVE_NAME_EMAIL, SUBJECT_ALTERNATIVE_NAME_DNSNoSUBJECT_COMMON_NAME
external_identity_store_nameStringNo[not applicable]

Examples

ise:
identity_management:
certificate_authentication_profiles:
- name: Global_Certificate
description: Global_Certificate
certificate_attribute_name: SUBJECT_COMMON_NAME
allowed_as_user_name: false
match_mode: NEVER
username_from: CERTIFICATE