我正在关注Authenticating Angular2 with Oidc-client并尝试实现身份验证部分。因为 angular2 正在使用
{ provide: LocationStrategy, useClass: HashLocationStrategy }
我的网址将更改为例如:http://localhost:4200/#/dashboard。
在身份服务器和客户端,我使用 redirect_uri 作为
http://localhost:4200/dashboard
但是在输入用户名和密码后,页面重定向到http://localhost:4200/#/id_token并被视为无效路由。
在角度应用程序中使用 hashlocationstrategy 以及如何配置身份服务器时,谁能帮助解决这个问题?
谢谢