Files
bruno/packages/bruno-tests/keycloak-client-credentials/collection.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

21 lines
504 B
Plaintext

auth {
mode: oauth2
}
auth:oauth2 {
grant_type: authorization_code
callback_url: {{key-host}}/realms/bruno/account
authorization_url: {{key-host}}/realms/bruno/protocol/openid-connect/auth
access_token_url: {{key-host}}/realms/bruno/protocol/openid-connect/token
client_id: account
client_secret: Lh3NkRikMZpO12rwSBwVimde9v89B5Rw
scope: openid
state:
pkce: true
tokenId: keycloak
tokenPlacement: header
tokenHeaderPrefix: Bearer
tokenQueryKey: access_token
reuseToken:
}