Background
I have a web application "APP1" (front-end: Vue.js & Back end:Azure function) deployed in azure app service. I have implemented client directed sign in (easy auth using this), after that I can authenticate user using provider's sign in page [both AAD & google].
Target
I have another web application "APP2" deployed in on-primes server. I want to redirect to APP1 from "APP2" and automatically sign in without provider's sign in page. I will read credentials from environment variable.
Tried solutions
- I have found a similar issue here,
however I am unable to use the solution because the DB between AAP1 and AAP2 can't be shared - I have also checked the google identity providers documentation, however I am unable to find how to programmatically sign in without provider's sign in page
Question
- Is it possible to programmatically sign in to google identity to get token without provider's sign in page