Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active June 5, 2024 16:17
Show Gist options
  • Select an option

  • Save wilmoore/60905f04c0e5ef356c1d009bb6c834cc to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/60905f04c0e5ef356c1d009bb6c834cc to your computer and use it in GitHub Desktop.
Software Engineering :: Web :: Development :: Authorization :: OAuth :: CLI

Software Engineering :: Web :: Development :: Authorization :: OAuth :: CLI

⪼ Made with 💜 by realpolyglot.com

CLI

» oauth microsoft:authorize:url \
  --client-id cabc5e56-88e6-46d5-b11b-bb8d7aae0930 \
  --redirect-uri 'http://localhost:3000' \
  --scope 'offline_access' \
  --state $(uuidgen)

Research


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment