OAuth 2.0 samples
New samples
AspnetWebMvc
This is a web application using ASP.NET MVC framework. In this sample, it shows how to execute OAuth 2.0 requests using code flow, implicit flow and hybrid flow.
Link: https://github.com/Safewhere/OIDC/blob/master/src/CSharp/AspnetWebMvc
NancyOwinClient
This is a web application using Nancy framework. In this sample, it shows how to execute OAuth 2.0 requests using hybrid flow.
Link: https://github.com/Safewhere/OIDC/blob/master/src/CSharp/NancyOwinClient
URL encode all parameters
All the parameters that are used in OAuth 2.0 samples are url-encoded. The samples include OAuth2Client, ASPNetWebMvc, OIDCClient applications.