Sign-In Settings

The admin can apply the following settings from the Sign In Settings card of the application:

Single Sign On

Steps to integrate the marketplace with Auth0

Configure App URL in Auth0

  1. Sign-in to Auth0 account and copy the Domain ID from the Auth0 console.
  2. Sign-in to your White-Label NFT marketplace design console.
  3. Click Sign In Settings in the Publish page.
  4. Select Enable SSO check box.
  5. Paste the Domain ID that you copied from the Auth0 console.
  6. Go back to the Auth0 console and copy the Client ID and paste in the Client ID field in the marketplace.
  7. Click Save.
  8. Copy the URL under the client ID field.
  9. Go to the Auth0 console –> Settings –> Application URLs.
  10. Paste the URL address in the following sections:
    • Allowed Callback URLs
    • Allowed Logout URLs
    • Allowed Web Origins
    • Allowed Origins
  11. Click Save changes.

Create App User using API

  1. On the left-hand panel, go to User Management –> Users and click Create User.
  2. Fill in the details and click Create. Your user ID is created.
  3. Go back to the design console of your marketplace –> click API –> Identities.
  4. Copy the Public Key from the newly created ID (usually shown at the top of the result).
  5. Click API –> Sandbox –> click Explore APIs to open Xooa API Explorer page.
  6. Paste the API Token in the field and click the arrow next to the field.
  7. Go to Identities page –> click Add New.
  8. Give a name and set the API Access Permission to Read+Write.
  9. Click Create.
  10. Copy the API Token from the popup and paste the API Token in the field.
  11. Click the arrow next to the field. A message will confirm the authorization.
  12. On the same page, go to App User –> List roles –> click TRY.
  13. Copy the ID for NFT User.
  14. Paste it in the user parameters–>Roles field in the API Explorer’s Create page.
    • Copy your user id from the Auth0 console and paste it in the email ID field in the API Explorer’s Create page.
    • Go to the Auth0 console –> Applications –> click Applications –> copy Domain ID.
    • Paste the domain ID as the “@ ID” (replace xooa.com).
  15. Click TRY and check the keys in the popup.

Verify Mint Token using API

  1. Go to API Explorer –> NFT –> Mint Token –> fill in parameters –> click TRY.
  2. Copy the token id from the Mint Token popup page. Copy it in Notes.
  3. Go to NFT –> Transfer –> paste the token id that was copied.
  4. Go to App Users–>List roles –> copy the email parameter.
  5. Go to NFT –> Transfer –> paste the email parameter in the ‘To’ field –> click Try.
  6. From the design console Launch App –> NFT User –> Sign In.
  7. Go to NFT Wallet –> click to view the token.

Nickname Dataset

When a new user registers on the app a random nickname is assigned. Application owners can change the auto-generated profile names to render nicknames of their choice or customize it based on business requirements. The admin can select the following nickname settings based on the requirement.

  • Ask user to enter nickname on signup: During signup the user can provide the nickname as per the requirement.
  • Common Default Names: By default, this option is selected in the application. Based on the requirement, the admin can uncheck this option.
  • Custom: The admin can customize the names as per the requirement. Click Use Sample to use the sample template names.

 

The JSON file contains a minimum of 10 and a maximum of 1000 names.

Click Save to save the settings.

Nickname Dataset

Crypto Wallet Configuration

The admin can apply the following settings in the Crypto Wallet configuration section of the Sign In Settings card.

  1. Select Login With Metamask check box to login the metamask account and link the crypto wallet.
  2. Click Save to save the settings.

    Crypto Wallet Configuration

Idle Session Timeout

The admin can apply the following settings in the Idle Session Timeout section of the Sign In Settings card.

  1. Enter a numeric value in the Idle session timeout (in Min) text box for an idle session timeout.
  2. Click Save to save the settings.
    Idle Session Timeout