|
| 1 | +{ |
| 2 | + "Entries": [ |
| 3 | + { |
| 4 | + "RequestUri": "https://westus2.r.login.microsoftonline.com/fake-tenant/v2.0/.well-known/openid-configuration", |
| 5 | + "RequestMethod": "GET", |
| 6 | + "RequestHeaders": { |
| 7 | + ":method": "GET", |
| 8 | + "Accept-Encoding": "gzip", |
| 9 | + "User-Agent": "azsdk-go-azidentity/v1.0.1 (go1.18.3; linux)" |
| 10 | + }, |
| 11 | + "RequestBody": null, |
| 12 | + "StatusCode": 200, |
| 13 | + "ResponseHeaders": { |
| 14 | + "Cache-Control": "max-age=86400, private", |
| 15 | + "Content-Length": "1245", |
| 16 | + "Content-Type": "application/json; charset=utf-8", |
| 17 | + "Date": "Thu, 02 Jun 2022 16:27:23 GMT", |
| 18 | + "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", |
| 19 | + "Set-Cookie": "fpc=Alg0CxoeRidMjWt5yaT51Z4; expires=Sat, 02-Jul-2022 16:27:24 GMT; path=/; secure; HttpOnly; SameSite=None", |
| 20 | + "X-Content-Type-Options": "nosniff", |
| 21 | + "x-ms-ests-server": "2.1.12794.7 - WUS2 ProdSlices", |
| 22 | + "x-ms-request-id": "19ce7346-9009-4435-9704-b567248f0802", |
| 23 | + "X-XSS-Protection": "0" |
| 24 | + }, |
| 25 | + "ResponseBody": { |
| 26 | + "token_endpoint": "https://westus2.r.login.microsoftonline.com/fake-tenant/oauth2/v2.0/token", |
| 27 | + "token_endpoint_auth_methods_supported": [ |
| 28 | + "client_secret_post", |
| 29 | + "private_key_jwt", |
| 30 | + "client_secret_basic" |
| 31 | + ], |
| 32 | + "jwks_uri": "https://westus2.r.login.microsoftonline.com/fake-tenant/discovery/v2.0/keys", |
| 33 | + "response_modes_supported": [ |
| 34 | + "query", |
| 35 | + "fragment", |
| 36 | + "form_post" |
| 37 | + ], |
| 38 | + "subject_types_supported": [ |
| 39 | + "pairwise" |
| 40 | + ], |
| 41 | + "id_token_signing_alg_values_supported": [ |
| 42 | + "RS256" |
| 43 | + ], |
| 44 | + "response_types_supported": [ |
| 45 | + "code", |
| 46 | + "id_token", |
| 47 | + "code id_token", |
| 48 | + "id_token token" |
| 49 | + ], |
| 50 | + "scopes_supported": [ |
| 51 | + "openid", |
| 52 | + "profile", |
| 53 | + "email", |
| 54 | + "offline_access" |
| 55 | + ], |
| 56 | + "issuer": "https://login.microsoftonline.com/fake-tenant/v2.0", |
| 57 | + "request_uri_parameter_supported": false, |
| 58 | + "userinfo_endpoint": "https://graph.microsoft.com/oidc/userinfo", |
| 59 | + "authorization_endpoint": "unsupported", |
| 60 | + "claims_supported": [ |
| 61 | + "sub", |
| 62 | + "iss", |
| 63 | + "cloud_instance_name", |
| 64 | + "cloud_instance_host_name", |
| 65 | + "cloud_graph_host_name", |
| 66 | + "msgraph_host", |
| 67 | + "aud", |
| 68 | + "exp", |
| 69 | + "iat", |
| 70 | + "auth_time", |
| 71 | + "acr", |
| 72 | + "nonce", |
| 73 | + "tid", |
| 74 | + "ver", |
| 75 | + "at_hash", |
| 76 | + "c_hash" |
| 77 | + ], |
| 78 | + "tenant_region_scope": "NA", |
| 79 | + "cloud_instance_name": "microsoftonline.com", |
| 80 | + "cloud_graph_host_name": "graph.windows.net", |
| 81 | + "msgraph_host": "graph.microsoft.com", |
| 82 | + "rbac_url": "https://pas.windows.net" |
| 83 | + } |
| 84 | + }, |
| 85 | + { |
| 86 | + "RequestUri": "https://westus2.r.login.microsoftonline.com/fake-tenant/oauth2/v2.0/token", |
| 87 | + "RequestMethod": "POST", |
| 88 | + "RequestHeaders": { |
| 89 | + ":method": "POST", |
| 90 | + "Accept-Encoding": "gzip", |
| 91 | + "Content-Length": "2", |
| 92 | + "Content-Type": "application/x-www-form-urlencoded; charset=utf-8", |
| 93 | + "User-Agent": "azsdk-go-azidentity/v1.0.1 (go1.18.3; linux)" |
| 94 | + }, |
| 95 | + "RequestBody": {}, |
| 96 | + "StatusCode": 200, |
| 97 | + "ResponseHeaders": { |
| 98 | + "Cache-Control": "no-store, no-cache", |
| 99 | + "Content-Length": "89", |
| 100 | + "Content-Type": "application/json; charset=utf-8", |
| 101 | + "Date": "Thu, 02 Jun 2022 16:27:23 GMT", |
| 102 | + "Expires": "-1", |
| 103 | + "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", |
| 104 | + "Pragma": "no-cache", |
| 105 | + "Set-Cookie": "fpc=Alg0CxoeRidMjWt5yaT51Z4; expires=Sat, 02-Jul-2022 16:27:24 GMT; path=/; secure; HttpOnly; SameSite=None", |
| 106 | + "X-Content-Type-Options": "nosniff", |
| 107 | + "x-ms-ests-server": "2.1.12794.7 - WUS2 ProdSlices", |
| 108 | + "x-ms-request-id": "e32199b8-7d70-45ec-b403-d1b39593e301", |
| 109 | + "X-XSS-Protection": "0" |
| 110 | + }, |
| 111 | + "ResponseBody": { |
| 112 | + "token_type": "Bearer", |
| 113 | + "expires_in": 3599, |
| 114 | + "ext_expires_in": 3599, |
| 115 | + "access_token": "redacted" |
| 116 | + } |
| 117 | + } |
| 118 | + ], |
| 119 | + "Variables": {} |
| 120 | + } |
0 commit comments