SOA/bruno/SOA/private/environments/Token User.bru
Alexis Bruneteau 9dfe50d24f fixed readme x)
2025-06-29 21:35:13 +02:00

20 lines
294 B
Plaintext

meta {
name: Token User
type: http
seq: 2
}
post {
url: {{authUrl}}/realms/master/protocol/openid-connect/token
body: formUrlEncoded
auth: inherit
}
body:form-urlencoded {
grant_type: password
client_id: soa
client_secret: mysecret
username: alexis
password: password
}