2

I have an Angular app using .net core and Identity Server 4 for authentication. I'm using this angular service for openid https://github.com/manfredsteyer/angular-oauth2-oidc

After I log in I'm redirected back to my web app with a token, but I keep getting this in my output log? How can I correct this issue or where can I look?

Information: Identity.Application was not authenticated. Failure message: Unprotect ticket failed
Jeroen
  • 60,696
  • 40
  • 206
  • 339
user2531854
  • 856
  • 3
  • 13
  • 32
  • Identity.Application refers to a scheme. You may have to set DefaultScheme (or one of the others) to the scheme you are using. –  Feb 06 '18 at 19:27

0 Answers0