grafana/pkg/social
Adilet Maratov 50daf7463d Solves problem with Github authentication restriction by organization membership when the organization's access policy is set to "Access restricted". "Access restricted" policy should not stop user to authenticate.
How it is solved:
* Take organizations_url field data from user basic data response
* Make another request to get all organization the user is a member of (public membership)
* Authenticate user if appropriate organization found in that list
2017-12-07 16:13:49 +06:00
..
common.go Support large github organisations (#8846) 2017-07-31 12:13:29 +02:00
generic_oauth.go Support large github organisations (#8846) 2017-07-31 12:13:29 +02:00
github_oauth.go Solves problem with Github authentication restriction by organization membership when the organization's access policy is set to "Access restricted". "Access restricted" policy should not stop user to authenticate. 2017-12-07 16:13:49 +06:00
google_oauth.go Support large github organisations (#8846) 2017-07-31 12:13:29 +02:00
grafana_com_oauth.go Support large github organisations (#8846) 2017-07-31 12:13:29 +02:00
social.go Always verify TLS unless explicitly told otherwise 2017-10-06 17:09:27 +01:00