Skip to content

Conversation

@luneo7
Copy link

@luneo7 luneo7 commented Aug 19, 2017

Add the possibility to use RFC822Name to do client certificate authentication, now there is two more parameters, and you can configure like that on nginx:

location = /certauth {
    zm_sso certauth_rfc822name;
    zm_sso_redirect_url 443;
}

location = /certauth/admin {
    zm_sso certauth_admin_rfc822name;
    zm_sso_redirect_url 9071;
}

@CLAassistant
Copy link

CLAassistant commented Aug 19, 2017

CLA assistant check
All committers have signed the CLA.

@luneo7
Copy link
Author

luneo7 commented Aug 19, 2017

Bugzilla #108279

@luneo7
Copy link
Author

luneo7 commented Aug 22, 2017

There is also the possibility to make automatic use of rfc822name if in the dn there is not a emailAddress, and thus not crating a new parameter and making it not necessary to change any existing configuration of the nginx proxy to use rfc822name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants