Commit c86197c5 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '277457-saml-admin' into 'master'

Show and link group path for saml provider

See merge request gitlab-org/gitlab!47563
parents 7411c4c5 173812f0
%tr
%td
#{Gitlab::Auth::OAuth::Provider.label_for(identity.provider)} (#{identity.provider}) #{identity.saml_provider_id.present? ? "ID: #{identity.saml_provider_id}" : ""}
#{Gitlab::Auth::OAuth::Provider.label_for(identity.provider)} (#{identity.provider}) #{identity.saml_provider_id.present? ? "for #{link_to identity.saml_provider.group.path, identity.saml_provider.group} ID: #{identity.saml_provider_id}".html_safe : ""}
%td
= identity.extern_uid
%td
......
---
title: Add group name and link in admin identities
merge_request: 47563
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