Search Results for

    Show / Hide Table of Contents

    Amazon Account Provider

    To allow users to sign in with Amazon:

    • Set up and configure an App on Amazon Developer
    • Activate the Amazon Account Provider (see Activate an Account Providers)
    • Set the configuration parameters on the Amazon Account Provider

    Configure a Amazon App

    1. From the Amazon Developer Portal, log in with your Amazon account.
    2. On top of the page click Apps & Services
    3. Click Add New App and select Mobile Web
    4. In the App title type a unique name for your App. For App category select Productivity > Security
    5. In the Customer support email address enter you email address
    6. Click Save
    7. Click API Access
    8. Click Create a new security profile
    9. Fill in "The Identity Hub" in the Security Profile Name and Security Profile Description
    10. Click Web Settings and make a note of the Client ID and Client Secret.
    11. Click Edit and in the Allowed Return URLs field type https://www.theidentityhub.com/{tenant}/authenticate/processaccountproviderresponse.
    12. Click Save

    Specific configuration parameters for the Amazon Account Provider

    Parameter Description
    Client Id The client id of the Amazon App created on Amazon Developer. (see Configure a Amazon App)
    Client Secret The client secret of the Amazon App created on Amazon Developer. (see Configure a Amazon App)
    Default Scopes The scopes that The Identity Hub will request when a user signs in. (see Default Scopes)
    Scopes Additional scopes that you want to be requested. Currently this has no further implication.

    Default Scopes

    Scope Description Required/Optional
    profile To be able to sign in and retrieve the name and email address of the user. Required

    Optional scopes can be unchecked. Information related to this scopes will not be available to The Identity Hub.

    Related

    Activate an Account Provider
    Built-in Username and Password Account Provider
    Custom Account Providers
    Facebook Account Provider
    GitHub Account Provider
    Google Account Provider
    Instagram Account Provider
    LinkedIn Account Provider
    Microsoft Account Provider
    myID.be Account Provider
    Office 365 Account Provider
    PayPal Account Provider
    SAML-P Account Provider
    StackExchange Account Provider
    Twitter Account Provider
    WS-Federation Account Provider

    In This Article