简体   繁体   中英

How to integrate keycloak on chrome extension with angular

I am trying to get keycloak login form in my chrome extension application. I have used npm package of [ https://www.npmjs.com/package/keycloak-angular]

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

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]

I want to open the keyclock login form in chrome extension but it is not opening the login page

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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