Where to find realm

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

I found it it is name of connection.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.