SAML: add auth provider label (#18197)

(cherry picked from commit ccf11fb7a2)
This commit is contained in:
Alexander Zobnin
2019-07-26 15:56:18 +02:00
committed by Leonard Gram
parent 041c1c3cb1
commit 8a062dde35
+2
View File
@@ -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: