Thinktecture IdentityModel AuthenticationConfiguration Mapping for Cookie - how?
问题 I have a Web API based application currently set up using the amazing Thinktecture IdentityModel 4.5. It is set up for claims-based authentication, accepting a Basic auth credential sent in on the Authorization header. The javascript client saves the returned session token and uses this for subsequent requests by including it in the Authorization header preceded by Session as the scheme. The javascript client also saves the token to a cookie, for retrieval if the window is closed and reopened