Commit 3fcc1404 authored by Cynthia Ng's avatar Cynthia Ng Committed by Tim Zallmann

Display Provider ID for Group SAML

parent 175d0cd7
%tr
%td
#{Gitlab::Auth::OAuth::Provider.label_for(identity.provider)} (#{identity.provider})
#{Gitlab::Auth::OAuth::Provider.label_for(identity.provider)} (#{identity.provider}) #{identity.saml_provider_id.present? ? "ID: #{identity.saml_provider_id}" : ""}
%td
= identity.extern_uid
%td
......
---
title: Display Group SAML provider ID in admin
merge_request: 47034
author:
type: added
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