Alexander Zobnin 6 лет назад
Родитель
Сommit
ccf11fb7a2
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      pkg/api/user.go

+ 2 - 0
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: