Windows error 0x80072F88, -2147012728

Detailed Error Information

WININET_E_REDIRECT_NEEDS_CONFIRMATION[1]

MessageThe HTTP redirect request must be confirmed by the user
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code12168 (0x2f88)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00002f88.

Questions

2votes
0answers

Asp.net core azure b2c cookie authentication on client

I have a web api written in asp.net core, and using Azure AD B2C for authentication. Everything works just fine in the browser: the endpoints with [Authorize] attribute require login, so the browser redirects me to the Azure login page, and after I'm logged in I got the answer from [...] read more
c#
asp.net
azure
uwp
azure-ad-b2c

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0