Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding RFC822Name to certauth #67

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

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