mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Oauth2 Updates (#6226)
* break out go and js build commands * support oauth providers that return errors via redirect * remove extra call to get grafana.net org membership * removed GitHub specifics from generic OAuth * readded ability to name generic source * revert to a backward-compatible state, refactor and clean up * streamline oauth user creation, make generic oauth support more generic
This commit is contained in:
committed by
Torkel Ödegaard
parent
d4fd1c82e3
commit
6b16fcea52
@@ -9,6 +9,9 @@ type OAuthInfo struct {
|
||||
ApiUrl string
|
||||
AllowSignup bool
|
||||
Name string
|
||||
TlsClientCert string
|
||||
TlsClientKey string
|
||||
TlsClientCa string
|
||||
}
|
||||
|
||||
type OAuther struct {
|
||||
|
||||
Reference in New Issue
Block a user