SAML: add auth provider label (#18197)

This commit is contained in:
Alexander Zobnin 2019-07-19 17:13:29 +03:00 committed by GitHub
parent 06b43f6d4b
commit ccf11fb7a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: