I am using the following Microsoft sample web application. ■URL: https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2 (In the 1-WebApp-OIDC/1-5-B2C/ folder in the sample folder, using Visual Studio or Visual Studio Code WebApp-OpenIDConnect-DotNet.csproj)
■ Procedure:
- Launch this web application and sign in with my Azure AD B2C account.
- check the session in the developer mode of the Edge browser.
- The cookie in the image below will be displayed. Cookies
Of these cookies, is ".AspNetCore.Cookies" cookie to be associated with the token issued by Azure AD B2C?
If not, which one is the "Cookie that is associated with the token issued by Azure AD B2C"?
I got Cookies that receiced when I signin, but I m not sure which is associated with the token issued by Azure AD B2C.