mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 15:14:06 +00:00
~ basic auth credentials should be assigned to `request.basicAuth` instead `request.auth` object ~ added credentials_placement option, fixed headers issue client credentials flow ~ cache input field values when grant type select box value changes ~ updated logic for - cache input field values when grant type select box value changes ~ updated token expiry timer component logic
16 lines
219 B
Plaintext
16 lines
219 B
Plaintext
meta {
|
|
name: user_info_custom
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: {{key-host}}/realms/bruno/protocol/openid-connect/userinfo
|
|
body: none
|
|
auth: bearer
|
|
}
|
|
|
|
auth:bearer {
|
|
token: {{$oauth2.keycloak.access_token}}
|
|
}
|