简体   繁体   English

如何将 keycloak 集成到带有 angular 的 chrome 扩展中

[英]How to integrate keycloak on chrome extension with angular

I am trying to get keycloak login form in my chrome extension application.我正在尝试在我的 chrome 扩展应用程序中获取 keycloak 登录表单。 I have used npm package of [ https://www.npmjs.com/package/keycloak-angular]我使用了 [ https://www.npmjs.com/package/keycloak-angular] 的npm 包

The keycloak login form shows up when the application running as web application meaning while running as ng-serve it is working fine but it is not working in chrome extension当应用程序作为 Web 应用程序运行时会显示 keycloak 登录表单,这意味着在作为 ng-serve 运行时它工作正常,但在 chrome 扩展中不起作用

These are the sample pages I have tried for implemting the keyclock service in my application [ https://medium.com/@sairamkrish/keycloak-integration-part-2-integration-with-angular-frontend-f2716c696a28] [ https://medium.com/@SumanthShankar/on-demand-login-with-keycloak-angular-4-5-ngrx-backend-api-bookmark-able-links-ecb065dc7993]这些是我尝试在我的应用程序中实现 keyclock 服务的示例页面 [ https://medium.com/@sairamkrish/keycloak-integration-part-2-integration-with-angular-frontend-f2716c696a28] [ https:/ /medium.com/@SumanthShankar/on-demand-login-with-keycloak-angular-4-5-ngrx-backend-api-bookmark-able-links-ecb065dc7993]

I want to open the keyclock login form in chrome extension but it is not opening the login page我想在 chrome 扩展中打开 keyclock 登录表单,但它没有打开登录页面

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM