You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/how-tos/client_credentials_grant.md
+15-4
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,24 @@
1
1
# Client Credentials Grant
2
2
3
-
The following example configures a _fosite__OAuth2 Provider_ for issuing _JWT__access tokens_ using the _Client Credentials Grant_. This grant allows a client to request access tokens using only its client credentials at the _Token Endpoint_(see [rfc6749 Section 4.4](https://tools.ietf.org/html/rfc6749#section-4.4). For this aim, this _how-to_ configures:
3
+
The following example configures a _fosite__OAuth2 Provider_ for issuing _JWT_
4
+
_access tokens_ using the _Client Credentials Grant_. This grant allows a client
5
+
to request access tokens using only its client credentials at the _Token
6
+
Endpoint_(see
7
+
[rfc6749 Section 4.4](https://tools.ietf.org/html/rfc6749#section-4.4). For this
8
+
aim, this _how-to_ configures:
4
9
5
10
- RSA _JWT Strategy_ to sign JWT _access tokens_
6
11
-_Token Endpoint_ http handler
7
12
- A `fosite.OAuth2Provider` that provides the following services:
8
-
- Create and validate [_OAuth2 Access Token Requests_](https://tools.ietf.org/html/rfc6749#section-4.1.3) with _Client Credentials Grant_
9
-
- Create an [_Access Token Response_](https://tools.ietf.org/html/rfc6749#section-4.1.4) and
10
-
- Sends a [successful](https://tools.ietf.org/html/rfc6749#section-5.1) or [error](https://tools.ietf.org/html/rfc6749#section-5.2) HTTP response to client
0 commit comments