Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
{"error":"invalid_grant","error_description":"AADSTS50076: Due to a configuration change made by your administrator, or because you moved to a new location, you must use multi-factor authentication to access 'e406a681-f3d4-42a8-90b6-c2b029497af1'. Trace ID: 32ca807a-302a-45f8-8249-fbcc3e7eef00 Correlation ID: 65cf184f-2ea5-412d-9c1f-a4d618589dce Timestamp: 2023-11-03 13:38:14Z","error_codes":[50076],"timestamp":"2023-11-03 13:38:14Z","trace_id":"32ca807a-302a-45f8-8249-fbcc3e7eef00","correlation_id":"65cf184f-2ea5-412d-9c1f-a4d618589dce","error_uri":"https://login.microsoftonline.com/error?code=50076","suberror":"basic_action"}
curl --location 'https://login.microsoftonline.com/organizations/oauth2/v2.0/token'
--header 'Content-Type: application/x-www-form-urlencoded'
--header 'Cookie: fpc=Ag3N3mUT6ClCglqY-z0avHVlHrAYAQAAAJLi1twOAAAAy09xYgEAAAAX49bcDgAAAHY0pfoBAAAAuOTW3A4AAAA; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd'
--data-urlencode 'password=XXX'
--data-urlencode 'username=YYY'
--data-urlencode 'grant_type=password'
--data-urlencode 'scope=https://storage.azure.com/.default offline_access'
--data-urlencode 'client_id=ZZZ'
curl --location 'https://login.microsoftonline.com/striim.com/oauth2/v2.0/token' \ --header 'Cookie: fpc=Ag3N3mUT6ClCglqY-z0avHVlHrAYAQAAAJLi1twOAAAAy09xYgEAAAAX49bcDgAAAA; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd' \ --form 'password="XXX"' \ --form 'grant_type="password"' \ --form 'scope="https://database.windows.net//.default offline_access"' \ --form 'username="YYY"' \ --form 'client_id="ZZZ"'
ping login.microsoftonline.com