better
This commit is contained in:
parent
b7873ebd7c
commit
2eadd6e1b7
1 changed files with 2 additions and 2 deletions
|
|
@ -20,10 +20,10 @@ request:
|
||||||
flow: authorization_code
|
flow: authorization_code
|
||||||
authorizationUrl: "{{Authority}}/connect/authorize"
|
authorizationUrl: "{{Authority}}/connect/authorize"
|
||||||
accessTokenUrl: "{{Authority}}/connect/token"
|
accessTokenUrl: "{{Authority}}/connect/token"
|
||||||
callbackUrl: https://localhost:5001
|
callbackUrl: "{{Authority}}"
|
||||||
credentials:
|
credentials:
|
||||||
clientId: postit
|
clientId: postit
|
||||||
placement: body
|
placement: basic_auth_header
|
||||||
scope: openid blogs
|
scope: openid blogs
|
||||||
pkce: {}
|
pkce: {}
|
||||||
tokenConfig:
|
tokenConfig:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue