Shama

Results 7 comments of Shama

@JosephFicara and @StephenStaats, To get an idea of how long the issue has been there, could you please share when did you started facing it?

We have raised an incident with the respective service team and it's in progress.

Current sample is **web application that authenticates users** and ResponseType = OpenIdConnectResponseType.CodeIdToken is hybrid flow. With hybrid flow response will contain code as well as an ID token. You can...

@colgreen, [this pull request](https://github.com/AzureADQuickStarts/AppModelv2-WebApp-OpenIDConnect-DotNet/pull/28) handles above issue along with other points that you have raised on earlier [pull request](https://github.com/AzureADQuickStarts/AppModelv2-WebApp-OpenIDConnect-DotNet/pull/25#issuecomment-735463779). As mentioned by Jean-Marc, CodeIdToken is hybrid flow and you can...

@tal32123, have you deployed your app on azure app services? Are you getting error on both sign-in and sign-out, and can you also share details about the error?

@mesteves, You can subscribe to OnTokenValidated event in AddMicrosoftIdentityWebApp as shown in this link: [Using delegate events](https://github.com/AzureAD/microsoft-identity-web/wiki/web-apps#using-delegate-events). OnTokenValidated is invoked when user has signed-in and the token is validated.

> @Shama-K @kalyankrishna1 why is this assigned to Kalyan? @jmprieur, it was assigned for Kalyan's reference.