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
6b0de126
Unverified
Commit
6b0de126
authored
Sep 10, 2018
by
Mike Sollanych
Committed by
GitHub
Sep 10, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1 from mike-sol/add-centrify-docs
Adding Centrify configuration for Oauth
parents
35a24032
55e42b5f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
docs/sources/auth/generic-oauth.md
+30
-0
No files found.
docs/sources/auth/generic-oauth.md
View file @
6b0de126
...
...
@@ -174,6 +174,36 @@ allowed_organizations =
allowed_organizations =
```
## Set up OAuth2 with Centrify
1.
Create a new Custom OpenID Connect application configuration in the Centrify dashboard.
2.
Create a memorable unique Application ID, e.g. "grafana", "grafana_aws", etc.
3.
Put in other basic configuration (name, description, logo, category)
4.
On the Trust tab, generate a long password and put it into the OpenID Connect Client Secret field.
5.
Put the URL to the front page of your Grafana instance into the "Resource Application URL" field.
6.
Add an authorized Redirect URI like https://your-grafana-server/login/generic_oauth
7.
Set up permissions, policies, etc. just like any other Centrify app
8.
Configure Grafana as follows:
```bash
[auth.generic_oauth]
name = Centrify
enabled = true
allow_sign_up = true
client_id = <OpenID Connect Client ID from Centrify>
client_secret = <your generated OpenID Connect Client Sercret"
scopes = openid email name
auth_url = https://<your domain>.my.centrify.com/OAuth2/Authorize/<Application ID>
token_url = https://<your domain>.my.centrify.com/OAuth2/Token/<Application ID>
```
<hr>
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