servicestack-authentication-identityserver
servicestack-authentication-identityserver copied to clipboard
UserAuthProvider and Identity Server 2.3.2 not working without Referrer
trafficstars
Identity Server sets the referrer policy to no-referrer which seems to cause the logic inside UserAuthProvider.AuthenticateAsync to fail. The IsCallbackRequest function seems to depend on the UrlReferrer and verifies that it matchs the AuthRealm. It would seem like rolling back the Identity Server "security enhancement" would not be a good idea. Thoughts?