...
Note |
---|
This configuration is only valid for APIs created through the API manager Publisher application. All the other Oauth token related APIs (/authorize, /revoke, /token, /userinfo) are not affected from this. To enable CORS configuration to these APIs as well, see "Enabling CORS for Oauth Token related APIs". |
Next, let's see how to add the header as a parameter to the API Console.
...
The following are the mappings of the synapse files corresponding to the Oauth token related APIs.
Endpoint | Synapse configuration |
---|---|
/authorize | _AuthorizeAPI_.xml |
/revoke | _RevokeAPI_.xml |
/token | _TokenAPI_.xml |
/userinfo | _UserInfoAPI_.xml |