You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tratcher opened this issue
Apr 5, 2019
· 1 comment
Assignees
Labels
acceptedThis issue has completed "acceptance" testing (including accessibility)area-authIncludes: Authn, Authz, OAuth, OIDC, BearerbugThis issue describes a behavior which is not expected - a bug.DoneThis issue has been fixed
The text was updated successfully, but these errors were encountered:
Tratcher
added
bug
This issue describes a behavior which is not expected - a bug.
area-auth
Includes: Authn, Authz, OAuth, OIDC, Bearer
labels
Apr 5, 2019
Tratcher
added
the
accepted
This issue has completed "acceptance" testing (including accessibility)
label
Jun 4, 2019
ghost
locked as resolved and limited conversation to collaborators
Dec 3, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
acceptedThis issue has completed "acceptance" testing (including accessibility)area-authIncludes: Authn, Authz, OAuth, OIDC, BearerbugThis issue describes a behavior which is not expected - a bug.DoneThis issue has been fixed
RE: #4647
We've disabled SameSite for many OAuth/OIDC scenarios, but we haven't done it for the cookies added by AddAzureAd and AddAzureAdB2C.
The workaround for these scenarios is not discoverable:
The fix would go here:
https://github.com/aspnet/AspNetCore/blob/258d34e3828a1870a16d13cd3c62d1b7a65acc4a/src/Azure/AzureAD/Authentication.AzureAD.UI/src/AzureADCookieOptionsConfiguration.cs#L31
The text was updated successfully, but these errors were encountered: