Posts

Showing posts with the label Create Cloud POS AAD Application
Image
  Create Cloud POS AAD Application 1. Click "Azure Active Directory" 2. Click on the tab App registrations then click New registration. Provide values for the fields: - Name put anything you want here, for instance: Customized Cloud POS - Supported account types/Who can use this application or access this API? Leave the default option - Accounts in this organizational directory only - Redirect URI (optional) Select Single-page application (SPA) in the Drop-down and *your* Cloud POS Url in the textbox. Note, the value of the reply Url is case sensitive, therefore make sure to copy here the same value which will be used by the users accessing Cloud POS in their Web Browsers. In some cases the browser might append the trailing slash to the Url and in some not, to provide your users a better experience, register both of the URLs - one with the trailing slash and one without it. You should have something similar to: 3. Click the Register button. 4. Click Token Configuration and th...