Created
April 20, 2016 18:22
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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