Update Group SAML SSO settings page to specify SAML Identifier
What does this MR do and why?
Update Group SAML SSO settings page to specify SAML Identifier. Was supposed to be part of !193032 (merged).
References
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Create a top-level group
- Set up group_saml
- Associate SAML and SCIM identities to a user
Identity.new(user_id: user_id, provider: "group_saml", saml_provider_id: provider_id, extern_uid: "0x1234").saveGroupScimIdentity.new(group_id: group_id, user_id: user_id, active: true, extern_uid: "0x1234").save
- Navigate to the top-level group's SAML SSO settings page and scroll down to
Members- Navigation:
Group > Settings > SAML SSO --> Members
- Navigation:
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

