Authentication OAuth Authentication
Description
Amazon OAuth Security Profile has be created in Amazon Developer portal.
[API reference]
Instructions
- Firstly, login into Amazon Developer portal in https://developer.amazon.com.
- Then click Sign in.
- If you don't have an account, press Create your Amazon Developer account button to create one.
- Once logged in, click on your profile icon on the right-top of the window and hit Settings:
- Then click Security Profiles
and proceed with creating a new Security Profile:
- After that, click Web Settings subtab,
then hit Show Secret button to reveal the Client Secret (you will need it later),
and click Edit to add a Redirect URL:
- Continue by setting Allowed Return URLs (you can have your own or use
https://zappysys.com/oauth
):
-
Done!
Now you can use Client ID, Client Secret, and Redirect URL
when configuring OAuth Authentication parameters:
Parameters
Parameter |
Label |
Required |
Default value |
Options |
Description |
AppId |
ClientId |
YES
|
|
|
|
ClientSecret |
ClientSecret |
YES
|
|
|
|
AuthorizationUrl |
AuthorizationUrl |
YES
|
https://www.amazon.com/ap/oa
|
Name |
Value |
North America |
https://www.amazon.com/ap/oa |
Europe |
https://eu.account.amazon.com/ap/oa |
Far East |
https://apac.account.amazon.com/ap/oa |
|
|
ReturnUrl |
ReturnUrl |
YES
|
|
|
|
Scope |
Scope |
YES
|
|
|
|
Profile |
Profile (click 'Generate Token' before this) |
YES
|
|
|
|
RetryMode |
RetryMode |
|
RetryWhenStatusCodeMatch
|
Name |
Value |
None |
None |
RetryAny |
RetryAny |
RetryWhenStatusCodeMatch |
RetryWhenStatusCodeMatch |
|
|
RetryStatusCodeList |
RetryStatusCodeList |
|
429
|
|
|
RetryCountMax |
RetryCountMax |
|
5
|
|
|
RetryMultiplyWaitTime |
RetryMultiplyWaitTime |
|
True
|
|
|