Describe Your Question
- A clear and concise description of what problem you are having.
- Which OHIF version you are using?
I am using 3.8.0-beta.94(Latest) version. By following this Google Cloud Healthcare | OHIF I have managed to connect OHIF viewer to my Dataset and dicomStores on Google Cloud Healthcare using OAuth2.0.
When I run the application it redirects to the Google authentication page for authentication.
I don’t want that I want to application to be authenticated using API keys or the Service directory method, the user is not required to go Google login page my React app has a login page, and the user is already authenticated.
I don’t want to user to log in, I already have a react site login so the user is already authenticated.
I have created a point where I generated json token using node js Authenticate to the Cloud Healthcare API | Google Cloud
but how to call and where to pass it so it directly authenticate user, user don’t get redirect to google login page.