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
4df441f8
Unverified
Commit
4df441f8
authored
Jul 09, 2020
by
Tim Schwenke
Committed by
GitHub
Jul 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Update azuread.md to reflect Azure Portal Interface (#25420)
parent
c6a3afb4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
docs/sources/auth/azuread.md
+8
-9
No files found.
docs/sources/auth/azuread.md
View file @
4df441f8
...
@@ -22,18 +22,17 @@ To enable the Azure AD OAuth2 you must register your application with Azure AD.
...
@@ -22,18 +22,17 @@ To enable the Azure AD OAuth2 you must register your application with Azure AD.
1.
Log in to
[
Azure Portal
](
https://portal.azure.com
)
and click
**Azure Active Directory**
in the side menu.
1.
Log in to
[
Azure Portal
](
https://portal.azure.com
)
and click
**Azure Active Directory**
in the side menu.
1.
Click
**App Registrations**
and add a new application registration:
1.
Click
**App Registrations**
and add a new application registration with a fitting name.
-
Name: Grafana
-
Application type: Web app / API
1.
Click on
**Authentication**
then
**Add a platform**
and pick
**Web App**
.
-
Sign-on URL:
`https://<grafana domain>/login/azuread`
1.
Click the name of the new application to open the application details page
.
1.
Add the redirect URL
`https://<grafana domain>/login/azuread`
.
1.
Click
**Endpoints**
.
1.
Click
**
Overview**
and then
**
Endpoints**
.
-
Note down the
**OAuth 2.0 authorization endpoint (v2)**
, this will be the auth URL.
-
Note down the
**OAuth 2.0 authorization endpoint (v2)**
, this will be the auth URL.
-
Note down the
**OAuth 2.0 token endpoint (v2)**
, this will be the token URL.
-
Note down the
**OAuth 2.0 token endpoint (v2)**
, this will be the token URL.
1.
Close the Endpoints page to come back to the application
details page
.
1.
Close the Endpoints page to come back to the application
overview
.
1.
Note down the "Application ID", this will be the OAuth client id.
1.
Note down the "Application ID", this will be the OAuth client id.
...
@@ -88,9 +87,9 @@ To enable the Azure AD OAuth2 you must register your application with Azure AD.
...
@@ -88,9 +87,9 @@ To enable the Azure AD OAuth2 you must register your application with Azure AD.
],
],
```
```
1.
Click Overview and then on
**Managed application in local directory**
to show the Enterprise Application details
.
1.
Go to
**Azure Active Directory**
and then to
**Enterprise Applications**
. Search for your application and click on it
.
1.
Click on
**Users and
groups**
and add Users/Groups to the Grafana roles by using
**Add User**
.
1.
Click on
**Users and
Groups**
and add Users/Groups to the Grafana roles by using
**Add User**
.
## Enable Azure AD OAuth in Grafana
## Enable Azure AD OAuth in Grafana
...
...
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