This message was deleted.
# help
s
This message was deleted.
t
Hi @Guillaume GAYOT you can’t use
urlPathMatching
with a query string as you’ve attempted here. Since you’re not using a regex in the URL I suggest changing this to
urlPathEqualTo("/loyalty-accounts")
and add
.withQueryParam("employeeUid", equalTo("20010987"))
to the chain.
🤌 1
g
Thanks ! But I'm still stuck on the same issue : the call return an error "invalid client credentials" from the oauth provider.
I found a way to stub the oauth provider response ! Thanks for the help 🙂
t
Ah, great news! Glad you managed to figure it out.