I'm hoping someone can help with probably a simple problem setting up ServiceAPI in a new site.
I'm trying to set up ServiceAPI to use AspNet Identity (which seems to be the default in a new site), rather than the membership provider. I've been following this link:
However when I'm attempting to call the token issuing API with a grant_type of "password", I'm getting an unsupported_grant_type Bad Request back.
Does anyone have any ideas on what I'm doing wrong?