Files
bruno/packages/bruno-tests/keycloak-client-credentials/user_info_request-auth.bru
lohit c5eeb190d3 oauth2 updates (#3876)
~ changed tokenPrefix to tokenHeaderPrefix
~ updated the logic for token timer component
2025-01-24 19:39:29 +05:30

25 lines
510 B
Plaintext

meta {
name: user_info_request-auth
type: http
seq: 3
}
get {
url: {{key-host}}/realms/bruno/protocol/openid-connect/userinfo
body: none
auth: oauth2
}
auth:oauth2 {
grant_type: client_credentials
access_token_url: {{key-host}}/realms/bruno/protocol/openid-connect/token
client_id: account
client_secret: Lh3NkRikMZpO12rwSBwVimde9v89B5Rw
scope: openid
credentials_placement: body
credentials_id: credentials
token_placement: header
token_header_prefix: Bearer
reuse_token:
}