Skip to content

[REGRESSION] Mobile apps depending on settings again to show the OAuth options #11064

@rafaelks

Description

@rafaelks

Description:

After this PR #10724, the WordPress authorization option differs based in a setting of the server. This information needs to come on the OAuth services API. The client should not need both Settings + OAuth APIs to present the OAuth options.

On mobile, we're forcing the WordPress to use this URL to authorize the user:

https://public-api.wordpress.com/oauth2/authorize

We've two options:

  1. Return the correct authorization URL to the API;
  2. Return some information on the API that allow us to choose between different URLs in the clients;

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions