realm-object-server icon indicating copy to clipboard operation
realm-object-server copied to clipboard

Cloud Platform Authentication API

Open TanujW opened this issue 4 years ago • 0 comments

Goals

Obtaining an access token

Expected Results

First obtain refresh-token and then obtain an Access token

Actual Results

{ "type": "https://docs.realm.io/server/troubleshoot/errors#missing-parameters", "title": "Your request did not validate because of missing parameters.", "status": 400, "code": 602, "invalid_params": [ { "name": "provider", "reason": "Missing parameter 'provider'!" } ] }

Steps to Reproduce

Code Sample

https://{SERVER_ADDRESS}/auth?app_id=""&provider=nickname&data={"test2",false}

Version of Realm and Tooling

  • Realm Object Server Version: 3.28.4
  • Flavor:
    • [YES] Cloud
    • [ ] Self-hosted
  • Server OS & Version: ? Cloud
  • Client SDK Version: ? Postman 7.25.0
  • Client OS & Version: ? macOS Catalina

Logs

systemctl status realm-object-server.service
Paste output here
sudo journalctl -u realm-object-server.service
Paste output here
cat /var/log/realm-object-server.log
Paste output here

TanujW avatar Jun 01 '20 21:06 TanujW