Skip to content

Add "group" string to SAML URL's

Alejandro Guerrero requested to merge alejguer-main-patch-97270 into main

What does this Merge Request do and why?

The SAML SSO URL requires the "group" string in order to work properly. This can be verified both on self-managed instances and dotcom. The ACS that is given by the product itself is in the format:

https://groups/<group_name>/-/saml/callback

Also, the Identifier (Issuer) is given as:

https://groups/<group_name>/

Finally, the SSO link also requires the group link:

https://groups/<group_name>/-/saml/sso?token=XXXXXX

Without the "groups" string SAML does not work.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Alejandro Guerrero

Merge request reports