Azure-Samples/active-directory-dotnet-webapi-manual-jwt-validation
How to manually process a JWT access token in a web API using the JSON Web Token Handler For the Microsoft .Net Framework 4.5.
C#MIT
Issues
- 3
TodoClient exception on Sign In
#43 opened by harddisk - 3
Support Custom Policies (in public preview)
#22 opened by ltouro - 4
urls in ClaimConstants are removed
#40 opened by xieofxie - 2
- 4
Global.asax.cs and TodoListController.Get() are not in sync with 'scope' claim
#2 opened by brentschmaltz - 2
- 9
IDX10500: Signature validation failed. Unable to resolve SecurityKeyIdentifier: 'SecurityKeyIdentifier
#17 opened by plemm98 - 2
validating the issuer - my token has issuer https://login.microsoftonline.com/efa3038a-575b-42ea-8ba1-483cf7f0bdb6/v2.0 but sample implies i should validate using https://sts.windows.net/efa3038a-575b-42ea-8ba1-483cf7f0bdb6
#34 opened by LewisPringle - 1
TokenValidationParameters
#38 opened by shareonline - 1
- 1
- 1
Explain why OpenIdConnectConfiguration is used
#14 opened by ryandle - 3
Support Tokens issued by v2.0 endpoint
#23 opened by ltouro - 1
SendAsync not called
#18 opened by navdeepsaxena987 - 1
tokenHandler.ValidateToken() exception
#15 opened by mkgn - 1
Application doesn't build
#9 opened by schulmkg - 1
Discrepancies in terminology after f8c73d1
#7 opened by etkirsch - 1
Add code comment about why certificate validation is turned off for metadata document
#1 opened by skwan - 1
where is App.config?
#8 opened by schulmkg - 1
Remove the token refresh logic
#4 opened by hasankhan - 5
Please update the sample description to say that we need to update AADInstance in web.config and app.config
#6 opened by prabhmeet - 1
Um, has the manifest schema changed? I upload the appPermissions manifest change, but when I download it again the appPermissions field is missing. Should this be oauth2Permissions?
#3 opened by alexanderjwest