Implemented token fetch
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
### Token Request
|
||||
POST https://{{authority}}/connect/token
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
Accept-Encoding: identity
|
||||
|
||||
grant_type={{grantType}}&client_id={{clientId}}&client_secret={{clientSecret}}&scope={{scope}}
|
||||
Reference in New Issue
Block a user