diff --git a/pkg/api/user.go b/pkg/api/user.go index 528e7431ffd..243dfa00f7a 100644 --- a/pkg/api/user.go +++ b/pkg/api/user.go @@ -335,6 +335,8 @@ func GetAuthProviderLabel(authModule string) string { return "GitLab" case "oauth_grafana_com", "oauth_grafananet": return "grafana.com" + case "auth.saml": + return "SAML" case "ldap", "": return "LDAP" default: