I’m trying to figure out how (or if) Mattermost can be set up with Google’s GSuite SAML system, and it’s asking for two things I’m not sure of.
- ACS URL - currently set to https://chat.example.com/login/sso/saml
- Entity ID - set to https://chat.example.com/api/v4/saml/metadata
When I try to log in via SAML I get the app_not_configured_for_user
error, which Google says means this:
If an SP sends a NAMEID parameter in the SAMLRequest, then this parameter must be the same as the one configured on the IdP side. Otherwise the SAMLRequest fails with this error.
My questions:
- Is there a way to capture the SAML request to see what Mattermost is generating?
- Has anyone gotten Google SAML working?
Thanks!