We are working on integrating our integrating our REST Project with google sheet. This project has keycloak authentication (Basic Authentication). We are trying to achieve something like following
- Adding a menu in google sheet.
- Clicking on this menu, keycloak login page should open
- Once user enters username and password and clicks on login, it should get redirected to google sheet again with the token.
I tried finding way but could not achieve. is there any way to achieve the same ?