Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
3aef519c
Commit
3aef519c
authored
Oct 11, 2018
by
Matthieu Rudelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
grafana/grafana#13340 complete oauth doc
parent
bcdda7b9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
0 deletions
+12
-0
docs/sources/auth/generic-oauth.md
+3
-0
docs/sources/auth/github.md
+3
-0
docs/sources/auth/gitlab.md
+3
-0
docs/sources/auth/google.md
+3
-0
No files found.
docs/sources/auth/generic-oauth.md
View file @
3aef519c
...
...
@@ -17,6 +17,9 @@ can find examples using Okta, BitBucket, OneLogin and Azure.
This callback URL must match the full HTTP address that you use in your browser to access Grafana, but with the prefix path of
`/login/generic_oauth`
.
You may have to set the
`root_url`
option of
`[server]`
for the callback URL to be
correct. For example in case you are serving Grafana behind a proxy.
Example config:
```
bash
...
...
docs/sources/auth/github.md
View file @
3aef519c
...
...
@@ -46,6 +46,9 @@ team_ids =
allowed_organizations
=
```
You may have to set the
`root_url`
option of
`[server]`
for the callback URL to be
correct. For example in case you are serving Grafana behind a proxy.
Restart the Grafana back-end. You should now see a GitHub login button
on the login page. You can now login or sign up with your GitHub
accounts.
...
...
docs/sources/auth/gitlab.md
View file @
3aef519c
...
...
@@ -58,6 +58,9 @@ api_url = https://gitlab.com/api/v4
allowed_groups
=
```
You may have to set the
`root_url`
option of
`[server]`
for the callback URL to be
correct. For example in case you are serving Grafana behind a proxy.
Restart the Grafana backend for your changes to take effect.
If you use your own instance of GitLab instead of
`gitlab.com`
, adjust
...
...
docs/sources/auth/google.md
View file @
3aef519c
...
...
@@ -45,6 +45,9 @@ allowed_domains = mycompany.com mycompany.org
allow_sign_up
=
true
```
You may have to set the
`root_url`
option of
`[server]`
for the callback URL to be
correct. For example in case you are serving Grafana behind a proxy.
Restart the Grafana back-end. You should now see a Google login button
on the login page. You can now login or sign up with your Google
accounts. The
`allowed_domains`
option is optional, and domains were separated by space.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment