1
votes

Trying to integrate Github OAUTH2 using Google Cloud Identity Platform and Identity Aware Proxy on GCP and Firebase UI deployed on Cloud Run (out-of-the-box). I have owner role for this account

Getting following error from browser console, when trying to access protected application. Redirection seems to be happening but the firebase UI is not shown.

A specified resource is not found, or the request is rejected by undisclosed reasons

The resource url resulting in HTTP status 404 is https://iap-gcip-hosted-ui-app-engine-app-app-specific-code-de.a.run.app/config

Do I require any specific privilege besides the Owner role. Below url is accessible, which is meant for configuring firebase UI

https://iap-gcip-hosted-ui-app-engine-app-app-specific-code-de.a.run.app/admin

1
No, you need nothing mode, but it's not a authorization issue, but a ressource issue. Are you sure about the URL?guillaume blaquiere
@guillaume - yes I am sure of the urltronline

1 Answers

0
votes

Looks like a bad reference to auth ui project. Reuploading auth ui project to the firebase hosting (associated with gcp project) made it work