Setup OAuth2 JWT Token for ADFS and .Net Core
问题 Can someone explain the the OAuth2 JWT token generation and verification in .Net Core? 回答1: First You need to setup ADFS with a client id and redirect URL, then get a JWT token from ADFS server. See this post http://blog.scottlogic.com/2015/03/09/OAUTH2-Authentication-with-ADFS-3.0.html After that, if you are using .Net Core with JWT Bearer Token you need to export ADFS signing certificate using the following powershell commands: $certRefs=Get-AdfsCertificate -CertificateType Token-Signing