mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
10 lines
341 B
YAML
10 lines
341 B
YAML
url: 'http://localhost:8000/authcode_grant.php/authorize?client_id=testclient&redirect_uri=http%3A%2F%2Fexample.com%2Fredirect&response_type=code&scope=basic'
|
|
request:
|
|
method: GET
|
|
response:
|
|
statusCode: 200
|
|
headers:
|
|
-
|
|
key: Location
|
|
valueRegex: /http:\/\/example.com\/redirect\?code=([a-zA-Z0-9]*)/
|