Hello All,
Can anybody tell me the correct way to generate a token from the portal rest endpoint? the following returned "method not supported".
Solved! Go to Solution.
the generateToken is a post only. I was able to use codes via a post to generate a token from portal.
the generateToken is a post only. I was able to use codes via a post to generate a token from portal.
I'm trying to do similar, but when I send the POST, I get an error that username and password should not be sent via query parameters. This is true even if I set the allowHttpPostQueryParams = true.
Any ideas what might be wrong on my end?