I'm trying to get Azure mobile services working with custom authentication. I came across this article:
and another thread with detailed explanation:
My question is:
once the token is received after login, does it need to be validated manually similar to this thread ?
I've tried passing the token as Authorization header, but the ServiceUser is always null. (I'm using Fiddler for testing the endpoints)