AndreErb

Results 10 comments of AndreErb

Do I understand this issue correctly, that AngularJS-Toaster currently doesn't work when used within components?

@ljbc1994 Any chance, that a fix for this will come? We have the same problem and the only thing we can currently do, is suppressing the log by ugly Exception...

Same problem here, with the Blazor project being created from default VS2022 (V17.2.3) templates and no additional changes. Seems to be related to the Popup-Window and "MsalProviderOptions" being on default...

We achieve this by adding a "HttpClient" to the ServiceCollection with the Service name, used in "AddDownstreamApi" by extension method: ``` public static MicrosoftIdentityAppCallsWebApiAuthenticationBuilder UseHttpClientTimeout(this MicrosoftIdentityAppCallsWebApiAuthenticationBuilder builder, string serviceName, TimeSpan...

Exactly the same error here. In all our Blazor-Apps / **.NET 6** / MS.Identity.Web **V2.13.4** This is becoming critical, as restarting the Web-App is the only solution. Additionally, users sometimes...

@TejendraPrasad @jmprieur We gave V**2.15.2** a try today and **still got the same error.** However, we are not using the "AddMicrosoftIdentityWebApp" extension method with "microsoftIdentityOptions " like @jrmcdona [does](https://github.com/AzureAD/microsoft-identity-web/issues/2328#issuecomment-1741921962). So...

> When implementing the **Microsoft.Identity.Web as the OIDC client**, designed explicitly for Azure AD and Azure B2C, it is vital to include the necessary configuration within the **MicrosoftIdentityOptions**. Failing to...

@ahiraiwa The bloated cookies is just a follow-up error, which can occur, when already being in the "_AADSTS54005: OAuth2 Authorization code was already redeemed_"-Problem. The problem is causing a loop...

@jmprieur **On 2.)** > 2. AddMicrosoftIdentityWebApp has several overloads. The one with a delegate had an issue that the delegate was called twice. I believe that we just fixed it:...