Hi,
I’m getting error response on:
https://{{auth0_domain}}/oauth/token
using postman
Because the body parameter that I’m passing for the realm isn’t correct.
{
“error”: “invalid_request”,
“error_description”: “Invalid realm: test.”
}
It is not so clear where to find this realm parameter. Could you please give me more details.
Thanks