bdnts / BlazorServerIdentityInterop

Blazor Server Identity via Interop
9 stars 3 forks source link

Default `.AspNetCore.Identity.Application` cookie not being sent #3

Open chihabhajji opened 2 years ago

chihabhajji commented 2 years ago

Hello, thank you for the repo and the amazing documentation,

When trying to run the project i get a exception indicating that the cookie in SignIn.razor is null, after some debugging, turns out the only cookies being sent are XSRF-TOKEN .AspNetCore.Antiforgery.EoPFZ_iIdpw XSRF-TOKEN with no .AspNetCore.Identity.Application cookie, am i doing something wrong ?

bdnts commented 2 years ago

Sorry, I’ve been buried with work and just saw your email. I haven’t kept this project up to date with Microsoft releases, so that could be a problem. My dev environment took a crash last year, and I still haven’t had time to rebuild it, though I might have to for other $$$ reasons soon. Keep a watch out for any updates in the next 90 days.

Cheers

From: Chihab HAJJI @.> Sent: Friday, May 20, 2022 2:11 AM To: bdnts/BlazorServerIdentityInterop @.> Cc: Subscribed @.***> Subject: [bdnts/BlazorServerIdentityInterop] Default .AspNetCore.Identity.Application cookie not being sent (Issue #3)

Hello, thank you for the repo and the amazing documentation,

When trying to run the project i get a exception indicating that the cookie in SignIn.razor is null, after some debugging, turns out the only cookies being sent are XSRF-TOKEN .AspNetCore.Antiforgery.EoPFZ_iIdpw XSRF-TOKEN with no .AspNetCore.Identity.Application cookie, am i doing something wrong ?

— Reply to this email directly, view it on GitHub https://github.com/bdnts/BlazorServerIdentityInterop/issues/3 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ANLUPMVEMT7RJYAPA6SNT63VK5JMDANCNFSM5WOZZHPQ . You are receiving this because you are subscribed to this thread. https://github.com/notifications/beacon/ANLUPMU5M5GFF4F4L6EUOO3VK5JMDA5CNFSM5WOZZHP2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4SQUQIFQ.gif Message ID: @. @.> >

patrick9618 commented 4 months ago

@chihabhajji Have you found a solution for this?