20 lines
294 B
Plaintext
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
|
|
}
|