Skip to content

Commit

Permalink
WIP Add support for x.509 Certificate SSL auth
Browse files Browse the repository at this point in the history
Use existing WebSSO mechanism to support x.509 SSL auth
  • Loading branch information
ngudanie committed Mar 15, 2016
1 parent bf40184 commit 395c531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openstack_dashboard/local/local_settings.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ OPENSTACK_KEYSTONE_DEFAULT_ROLE = "_member_"
# ("saml2", _("Security Assertion Markup Language")),
# ("acme_oidc", "ACME - OpenID Connect"),
# ("acme_saml2", "ACME - SAML2"),
# ("x509", "X.509 Certificate"),
#)

# A dictionary of specific identity provider and federation protocol
Expand Down

0 comments on commit 395c531

Please sign in to comment.