Skip to content

Instantly share code, notes, and snippets.

@gregjhogan
Created April 20, 2016 18:22
Show Gist options
  • Select an option

  • Save gregjhogan/b662fb2b73483ee894d5bd2729b87ea1 to your computer and use it in GitHub Desktop.

Select an option

Save gregjhogan/b662fb2b73483ee894d5bd2729b87ea1 to your computer and use it in GitHub Desktop.
Single-signon URL that takes you directly to the IDP (useful for app scanning tools)
https://login.microsoftonline.com/{TENANT_ID}/oauth2/authorize?response_type=id_token&client_id={CLIENT_ID}&domain_hint={DOMAIN}&redirect_uri={REDIRECT_URI}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment