Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Cloud Platform Authentication API #441

@TanujW

Description

@TanujW

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions