Angular application can't redirect after OAuth2 login when using HashLocationStrategy
问题 I am working on an existing, in-production Angular 7 application. My task is migrate from a local authentication scheme to an existing company-wide identity provider. The identity provider is compliant with OAuth2. I am using the oidc-client library to try and accomplish this. The Angular app is using HashLocationStrategy, and I am fairly certain this requirement cannot change . I was not the original author of this app, so I don’t know the exact reasoning for choosing HashLocationStrategy