Logo
Explore Help
Sign In
IntenseWebs/grafana
3
0
Fork 0
You've already forked grafana
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
261191ffd774426d459d5890e83768928118af95
grafana/pkg/models/models.go

13 lines
122 B
Go
Raw Normal View History

working on oauth
2014-10-07 15:54:38 -04:00
package models
type OAuthType int
const (
GITHUB OAuthType = iota + 1
GOOGLE
TWITTER
fix(oauth): remove github refs from generic auth
2016-09-07 10:55:46 +02:00
GENERIC
grafana_com: changed name of oauth grafana_net integration (old settings names still work), and updated login button look, closes #8415
2017-05-22 14:56:50 +02:00
GRAFANA_COM
social: add GitLab authentication backend GitLab could already be used as an authentication backend by properly configuring `auth.generic_oauth`, but then there was no way to authorize users based on their GitLab group membership. This commit adds a `auth.gitlab` backend, similar to `auth.github`, with an `allowed_groups` option that can be set to a list of groups whose members should be allowed access to Grafana.
2018-02-15 19:13:47 +01:00
GITLAB
working on oauth
2014-10-07 15:54:38 -04:00
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 131ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API