Commit Graph

10 Commits

Author SHA1 Message Date
Roger Meier 59648dda65 feat: add MellonAuthnContextComparisonType option 2019-07-19 16:55:33 +02:00
Jakub Hrozek caea8d78dd Make the environment variable prefix configurable
mellon passes on every attribute received in a SAML assertion as an
Apache variable. By default, the variable is prefixed with "MELLON_".

In some cases, for example when migrating from a different SP to mellon
it might be beneficial to change the prefix. And while using
MellonSetEnvNoPrefix is an option as well, the MellonSetEnvNoPrefix has
to be specified for each variable independently.
2019-04-12 14:38:41 +02:00
Pat Riehecky f03fb14214 Add mellon-attribute-map.xsl to convert urn:mace:shibboleth:2.0:attribute-map 2019-04-10 11:46:43 -05:00
Timo Lotterbach f3065d4f8d
Fix some minor typos
Trivial fixes in the text.
2018-04-13 20:28:30 +02:00
David Kretch aee068f4a1 Fix typos in the user guide
Fix some typos in the newly-added sections in the user guide on error
responses and ADFS issues.
2018-02-25 12:05:25 -05:00
John Dennis 8abbcf9dc6 Update User Guide on error responses and ADFS issues
Add documentation in the User Guide on how to determine if a SAML
transaction succeeded or failed and how to determine the cause of the
failure.

Add documentation in the User Guide on known quirks with ADFS
integration.

Signed-off-by: John Dennis <jdennis@redhat.com>
2018-02-22 19:04:04 -05:00
Andrew Schulman 0851045f73 Fix consistency, grammar, and usage in user guide 2018-02-07 12:18:14 -05:00
David Kretch 5927b5c383 Fix Mellon user guide typos
Fix some typos in the Mellon user guide.
2017-12-17 15:44:00 -05:00
John Dennis 89a3c8174b Add NameID discussion to User Guide
How NameIDs are used in SAML often confuse people trying to configure
a service provider especially when they try to emulate a userid. This
patch adds several sections describing the concept of a SAML NameID,
how the use of NameIDs are configured in SAML and some suggested
approaches to utilizing NameIDs.

Signed-off-by: John Dennis <jdennis@redhat.com>
2017-10-10 20:25:37 -04:00
John Dennis ee97812b97 Add Mellon User Guide
The User Guide is documentation intended to help people get started
with mod_auth_mellon, understand SAML concepts as they directly relate
to mod_auth_mellon, install mellon, understand mellon configuration,
learn how to diagnose deployment problems, address complex deployment
considerations such as behind proxies and load balancers and enumerate
the most common deployment problems and their solutions.

The document is written in AsciiDoc. It aspires to be vendor and
operating system neutral. When there are vendor or operating system
specific considerations those are called out separately.

Instructions on how to edit and render the AsciiDoc are provided in
the README.

Signed-off-by: John Dennis <jdennis@redhat.com>
2017-09-18 11:04:58 -04:00