Tejendra Prasad Patel

Results 9 comments of Tejendra Prasad Patel

@sibille When can we expect Photo API to be added in Graph Endpoint v1.0.... As we have few months until we go Live and we don't want to use Beta....

I user below code to get access token for secured API `public async Task GetAccessTokenForApplicationAsync(string scope) { return await _tokenAcquisition.GetAccessTokenForAppAsync(scope);`}

@jmprieur thank you for fixing this. I have updated package version to 2.15.1 and deployed it. Will keep and eye and update you regarding this any error logs occur.

@AndreErb, thank you! i am yet not sure it has solved.. just today updated nuget package and deployed in Live... so will monitor the changes... **Note** When implementing the **Microsoft.Identity.Web...

@AndreErb, I apologise for any misunderstanding, Please ignore my comments.. :-) For me the latest version hasn't yet created any problems, but I'll wait a few more days.

@jmprieur I am getting same error "**AADSTS54005: OAuth2 Authorization code was already redeemed, please retry with a new valid code or use an existing refresh token."** after updating Version to...

@ahiraiwa , For me, the issue is not with IIS scheduled recycling because it didn't happen before; instead, IIS restarted in order to make the system working again.

@ahiraiwa , thank you! IIS recycle is regular on daily basis on our server so it might be second one large header size...but as per @jmprieur he has fixed the...

@nromano32, will latest Microsoft.Indentity.Web and .NET 8 solved the issue? Any Code change? As i use below code `services.AddMicrosoftIdentityWebAppAuthentication(Configuration)` ` .EnableTokenAcquisitionToCallDownstreamApi()` `.AddInMemoryTokenCaches();`