mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
16 lines
222 B
Plaintext
16 lines
222 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.credentials.access_token}}
|
|
}
|