-
Notifications
You must be signed in to change notification settings - Fork 0
JWT Token
txgz999 edited this page Aug 5, 2019
·
16 revisions
- AJ Kerezstes, Token Based Authentication in ASP.Net using JWTs Part 1
- Taiseer Joudeh, JSON Web Token in ASP.NET Web API 2 using Owin
- https://stackoverflow.com/questions/26679111/how-is-the-owin-oauth-2-token-actually-created
AccessTokenFormat: The data format used to protect the information contained in the access token. If not provided by the application the default data protection provider depends on the host server. The SystemWeb host on IIS will use ASP.NET machine key data protection, and HttpListener and other self-hosted servers will use DPAPI data protection. If a different access token provider or format is assigned, a compatible instance must be assigned to the OAuthBearerAuthenticationOptions.AccessTokenProvider or OAuthBearerAuthenticationOptions.AccessTokenFormat property of the resource server.