Merge pull request #334 from pedroigor/master

[KEYCLOAK-6116] - Reference to Subject Email using Subject Alternative Name
This commit is contained in:
Matthew Helmke 2018-03-15 07:09:05 -05:00 committed by GitHub
commit 0fae29ac95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ A typical workflow is as follows:
Supported Certificate Identity Sources:: Supported Certificate Identity Sources::
- Match SubjectDN using regular expression - Match SubjectDN using regular expression
- X500 Subject's e-mail attribute - X500 Subject's e-mail attribute
- X500 Subject's e-mail from Subject Alternative Name Extension (RFC822Name General Name)
- X500 Subject's Common Name attribute - X500 Subject's Common Name attribute
- Match IssuerDN using regular expression - Match IssuerDN using regular expression
- X500 Issuer's e-mail attribute - X500 Issuer's e-mail attribute