dotnet/aspnetcore

OIDC MW: add HandleRemoteSignOutAsync event

Open

#4,677 opened on Aug 27, 2016

View on GitHub
 (5 comments) (0 reactions) (0 assignees)C# (10,653 forks)batch import
area-authenhancementhelp wanted

Repository metrics

Stars
 (37,933 stars)
PR merge metrics
 (Avg merge 16d 9h) (258 merged PRs in 30d)

Description

Should emit cache control headers:

Cache-Control: no-cache, no-store
Pragma: no-cache

https://openid.net/specs/openid-connect-frontchannel-1_0-01.html#RPLogout

Contributor guide