Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nzpcmad/2597f79860812067dd43fa0c3ca2f8ad to your computer and use it in GitHub Desktop.
Save nzpcmad/2597f79860812067dd43fa0c3ca2f8ad to your computer and use it in GitHub Desktop.
Postman : Using Postman for Implicit Grant on ADFS 4.0
{
"variables": [],
"info": {
"name": "ADFS Public - Implicit - ADFS 4.0 Release",
"_postman_id": "44d70984-95c6-375e-af63-ff5bd98e8238",
"description": "",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "Implicit",
"description": "",
"item": [
{
"name": "Implicit Request",
"request": {
"url": "https://my-adfs/adfs/oauth2/authorize?client_id=7b2...7f2&response_type=token&redirect_uri=https%3A%2F%2Flocalhost:44326%2F",
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"description": "A sign in request to begin the OAuth 2.0 implicit code flow. Be sure to copy & paste into a browser! Running this request in Postman will just return you the HTML of our login pages. You need to fill in your own clientID. Running this will ask you for your AD credentials. Note that this will return a 'HTTP Error 404.0 - Not Found' because there is no 'localhost/xxx'. Just ignore and copy the access_token - the section after '#access_token=' "
},
"response": []
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment