• Create an application registration using Azure CLI
  • Create command
  • Breakdown of arguments
  • --display-name=rclone
  • --sign-in-audience AzureADandPersonalMicrosoftAccount
  • Web arguments
  • --enable-access-token-issuance true (and) --enable-id-token-issuance true
  • --web-redirect-uris "http://localhost:53682/"
  • --web-home-page-url "https://rclone.org/onedrive/"
  • Key Credentials
  • --key-display-name rclonesecret
  • --end-date '2027-01-01'
  • Should not be a Public app
  • --is-fallback-public-client false
  • API Call with JSON
  • "adminConsentDescription"
  • "adminConsentDisplayName"
  • "id"
  • "isEnabled"
  • "type" user
  • "userConsentDescription"
  • "userConsentDisplayName"
  • "preAuthorizedApplications"
  • Full script
  • Back to the GUI (Bypassing the "you do not have access" screen)
  • Shortcuts to app screens
  • If we used the graph API instead
  • Unregistered publisher problem
  • App Object before/after GUI