You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, before opening this as a bug, i would like to ask a question before moving forward.
I updated my WebAPI app to this version, and i can't compile because it raises the above error.
Also, the suggestion is a bit vague. What do you mean to "Use initialize instead"? Do you mean in the Startup class?
I took a look on the changes you made recently on the code, but didn't understand what is the path.
Can you clarify more on this? An example? or complete even more this?
The interface has the following.
[Obsolete("IDW10801: Use Initialize instead. See https://aka.ms/ms-id-web/1.9.0. ", true)]
Task ReplyForbiddenWithWwwAuthenticateHeaderAsync(IEnumerable scopes, MsalUiRequiredException msalServiceException, HttpResponse? httpResponse = null);
The text was updated successfully, but these errors were encountered:
MarcoEnxuto
changed the title
ReplyForbiddenWithWwwAuthenticateHeaderAsync raises an error on v1.9.0
ReplyForbiddenWithWwwAuthenticateHeaderAsync raises an obsolete error on v1.9.0
Apr 13, 2021
Hi, before opening this as a bug, i would like to ask a question before moving forward.
I updated my WebAPI app to this version, and i can't compile because it raises the above error.
Also, the suggestion is a bit vague. What do you mean to "Use initialize instead"? Do you mean in the Startup class?
I took a look on the changes you made recently on the code, but didn't understand what is the path.
Can you clarify more on this? An example? or complete even more this?
The interface has the following.
[Obsolete("IDW10801: Use Initialize instead. See https://aka.ms/ms-id-web/1.9.0. ", true)]
Task ReplyForbiddenWithWwwAuthenticateHeaderAsync(IEnumerable scopes, MsalUiRequiredException msalServiceException, HttpResponse? httpResponse = null);
Also, if there's another path, your docs should be updated!
Such as this one: https://github.com/AzureAD/microsoft-identity-web/wiki/web-apis#handle-conditional-access
The text was updated successfully, but these errors were encountered: