Commit 6d3dff70 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'troubleshoot-saml-invalid-issues' into 'master'

Add known cause of "invalid audience" error

See merge request gitlab-org/gitlab!77463
parents c57d332b 775b2213
......@@ -917,8 +917,10 @@ You may also find the [SAML Tracer](https://addons.mozilla.org/en-US/firefox/add
### Invalid audience
This error means that the IdP doesn't recognize GitLab as a valid sender and
receiver of SAML requests. Make sure to add the GitLab callback URL to the approved
audiences of the IdP server.
receiver of SAML requests. Make sure to:
- Add the GitLab callback URL to the approved audiences of the IdP server.
- Avoid trailing whitespace in the `issuer` string.
### Missing claims, or `Email can't be blank` errors
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment