0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-03-13 04:53:21 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Christoph Reiter
cf230157a6 Add a SAML2 metadata endpoint (named "SAML2Metadata")
This adds a new endpoint which returns the XML metadata for the saml integration.
The output can be used to register the service with the identity provider.

The endpoint can be reached through "index.php?entryPoint=SAML2Metadata"

Based on the php-saml example: https://github.com/onelogin/php-saml/blob/master/demo1/metadata.php
2019-09-09 15:04:02 +02:00