Authentication/SAML: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
{{WIP}}[[Category:Authentication]]
{{BC|Community Sandbox}}
__FORCETOC__
<div class="col-md-12 ibox-content">
= SAML Readme =
{{KB|{{Unsupported}}|{{ZCS 8.0}}|{{ZCS 7.0}}|}}
{{WIP}}
[[Category:Authentication]]
[[Category:Administration]]
[[Category:Administration]]
[[Category:Configuration]]
[[Category:Configuration]]
= SAML Readme =


Included in Network Edition at the following location:
Included in Network Edition at the following location:
Line 47: Line 51:


</pre>
</pre>
{{Article Footer|Zimbra Collaboration 8.0, 7.0|04/16/2014}}

Revision as of 13:55, 11 July 2015

SAML Readme

   KB 20404        Last updated on 2015-07-11  




5.00
(one vote)

Included in Network Edition at the following location:

/opt/zimbra/extensions-network-extra/saml/README.txt


The Zimbra SAML extension provides support for the "Browser/POST Profile of SAML" - Section 4.1.2 of
http://www.oasis-open.org/committees/download.php/3405/oasis-sstc-saml-bindings-1.1.pdf. Zimbra is the "Destination
Site" in the context of this section of the spec.

The flow for a user on a browser would be:

1. User authenticates with an IdP which can act as a SAML Provider.
2. The IdP redirects the browser to Zimbra SAML extension URL (<zimbra_base_url>/service/extension/samlreceiver) and
   passes along a SAML Response (containing a SAML Assertion).
3. The SAML extension checks the validity of the SAML Response, and then looks up the Subject inside the SAML assertion
   which should be the email address corresponding to user's Zimbra account.
4. Finally, a Zimbra cookie corresponding to that Zimbra account is returned to the browser and is redirected to the
   default Zimbra mail URL.


Zimbra Setup
------------

- Create "saml" directory under /opt/zimbra/lib/ext; Copy samlextn.jar under it.

- Add the SAML signing certificate to the domain:

    zmprov md <domain> zimbraMyoneloginSamlSigningCert <saml-signing-cert-base64-data>


Note for SAML Provider
----------------------

SAML Provider must POST the SAML Response at the following URL for SSO:

    <zimbra_base_url>/service/extension/samlreceiver

This SAML Consumer extension requires that the Subject Name Identifier inside the SAML Assertion must be the account
email address, so configure the Provider accordingly.

Verified Against: Zimbra Collaboration 8.0, 7.0 Date Created: 04/16/2014
Article ID: https://wiki.zimbra.com/index.php?title=Authentication/SAML Date Modified: 2015-07-11



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search