%PDF- %PDF-
Direktori : /mnt/tnb/Downloads/ |
Current File : //mnt/tnb/Downloads/MS auth.postman_collection.json |
{ "info": { "_postman_id": "462036cf-7d53-45a8-8fb7-e2d092168aeb", "name": "MS auth", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json", "_exporter_id": "12468081" }, "item": [ { "name": "https://login.microsoftonline.com/6dbdd86f-3428-4e40-98da-7532bdd09bae/oauth2/v2.0/token", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "grant_type", "value": "client_credentials", "type": "text" }, { "key": "client_secret", "value": "{secret}", "type": "text" }, { "key": "scope", "value": "api://57e4cbd1-38a8-4c0d-9a6c-3cc7b724ae52/.default", "type": "text" }, { "key": "client_id", "value": "57e4cbd1-38a8-4c0d-9a6c-3cc7b724ae52", "type": "text" } ] }, "url": "https://login.microsoftonline.com/6dbdd86f-3428-4e40-98da-7532bdd09bae/oauth2/v2.0/token" }, "response": [] } ] }