File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ Glossary
2
+ ========
3
+
1
4
.. Put definition of specific terms here, and reference them inside docs with :term:`My term` syntax
2
5
3
6
.. glossary ::
4
7
5
8
Authorization Server
6
9
The authorization server asks resource owners for their consensus to let client applications access their data.
7
- It also manages and issues the tokens needed for all the authorization flows supported by OAuth2 protocol .
10
+ It also manages and issues the tokens needed for all the authorization flows supported by OAuth2 spec .
8
11
Usually the same application offering resources through an OAuth2-protected API also behaves like an
9
12
authorization server.
10
13
11
14
Resource Server
12
- An application providing access to its own resources through an API protected with the OAuth2 protocol .
15
+ An application providing access to its own resources through an API protected following the OAuth2 spec .
13
16
14
17
Application
15
18
TODO
19
22
of the resource owner.
20
23
21
24
Resource Owner
22
- The user of an application which exposes resources to third party applications through the OAuth2 protocol . The
25
+ The user of an application which exposes resources to third party applications through OAuth2. The
23
26
resource owner must give her authorization for third party applications to be able to access her data.
24
27
25
28
Access Token
26
- A token needed to access resources protected by OAuth2 protocol . It has a lifetime which is usually quite short.
29
+ A token needed to access resources protected by OAuth2. It has a lifetime which is usually quite short.
27
30
28
31
Authorization Code
29
32
The authorization code is obtained by using an authorization server as an intermediary between the client and
You can’t perform that action at this time.
0 commit comments