cost 373 ms
如何找到與 Identity Platform 關聯的服務帳戶?

[英]How do I find the service account associated with Identity Platform?

在 Google Cloud Console 的設置頁面和觸發器選項卡的身份平台部分,我添加了一個名為 before-signup 的雲 function 到 before creation 觸發器。 但是我在創建帳戶時總是出錯 那么我如何知道哪個服務帳戶與身份平台相關聯呢? 以及如何賦予身份平台 ...

Firebase是否對所有活躍用戶收費?

[英]Does Firebase charge for all active users?

我在我的移動應用程序中包含了通過電話、電子郵件密碼、谷歌和 Facebook 登錄的功能。 我知道10k之后電話費。 但是我的問題是,firebase是不是超過50k用戶就一直收費? 假設有100萬用戶,剩下的95萬活躍用戶要收費? 還是 Identity Platform 是其他東西,而這些費 ...

為什么 Google Admin API 需要這個晦澀的屬性來確認某人是 Google 群組的成員?

[英]Why is this obscure property necessary for Google Admin API to confirm that someone is a member of a Google Group?

我按照他們的指示在我的應用程序前將OAuth2-proxy設置為反向代理。 根據相同的說明,反向代理使用 Google 帳戶進行身份驗證,並使用現有的 Google 組進行授權。 一切都適用於該組的一些幸運成員。 該組織的其他被詛咒的成員被拒絕訪問。 日志顯示,谷歌管理員 API 回復說每封幸運郵 ...

在 Google Cloud Identity 帳戶中,免費版,無法激活 Google Drive 中的存儲空間

[英]In a Google Cloud Identity account, Free edition, unable to activate storage in Google Drive

我最近為我的組織創建了一個免費的Google Cloud Identity帳戶(免費版)來管理所有與 Google 相關的服務(Firebase、Google Cloud)。 我們在其他地方托管了電子郵件,所以我對 Gmail 不感興趣。 但是,我想使用 Cloud Identiy 免費版應該支持的 ...

如何在我輸入結算信息之前更改我的 Cloud Identity 計划

[英]How to change my Cloud Identity plan before I put in my billing information

很高興見到你。 我英語不好,如果我錯了,請見諒。 我是 Cloud Identity 的新用戶。 我嘗試注冊Free plan,但是當我輸入所需信息時,我被提示select 一個計費計划,我認為這很奇怪,所以我檢查了。 我檢查並發現我錯誤地嘗試注冊高級計划。 我嘗試在免費計划的注冊頁面上再次注冊,但 ...

Python:Google Cloud Identity API > 設備 > 列表

[英]Python: Google Cloud Identity API > Devices > List

使用帶有過濾器的 Google Cloud Identity API > 設備 > 列表請求以包含按序列號進行的查詢對於序列號不包含空格的記錄(即 5HCS8767)按預期工作,但如果序列號包含空格(例如 in with),則將返回空響應VMWare 虛擬機,即 WWARE-34 98 ...

從 Google Cloud Identity Platform 批量刪除用戶

[英]Bulk delete users from Google Cloud Identity Platform

我一直在谷歌搜索,閱讀谷歌雲平台文檔,但找不到從身份平台批量刪除用戶的答案。 我們有一個用於測試的開發應用程序。 我們想刪除所有經過身份驗證的用戶並重新開始。 請參閱下面的圖像,其中我多了 select 並且沒有選擇刪除所有用戶。 我已經搜索了 gcloud cli 命令來執行此操作,但沒有找到關 ...

如何從應用程序調用谷歌雲身份 API

[英]How to call google cloud identity APIs from an application

我正在嘗試從基於 go 的應用程序調用 google cloud [groups memberships apis][1]。 我查看了 go [此處的文檔][2] 中的文檔,但我不確定如何在 go 中編寫簡單的代碼來執行此操作。 這是我試圖寫的: package main import ( "c ...

使用公司 email “nongmail” 和密碼訪問 GCP 項目

[英]Access GCP project with company email "nongmail" and password

我是 GCP 的新手,需要一些關於如何訪問 GCP 項目的幫助。 雇主對我進行了評估,要求我在 GCP 中安裝應用程序。 我獲得了公司的“非 Gmail”電子郵件 ID/密碼,以及指向該項目的鏈接。 我在網上找過資源,但不知道如何訪問這個項目。 當我嘗試使用這個 email 通過瀏覽器訪問時,我收到 ...

使用多租戶時在 Firebase 模擬器中查看經過身份驗證的用戶

[英]View authenticated users in Firebase Emulator when using multi tenancy

我們正在構建的一個項目使用 Google 雲身份工具包多租戶功能。 我們有兩個正在積極使用的租戶。 我們通過 Firebase 的身份驗證套件與所有這些進行交互。 我注意到,當使用這個時,用戶帳戶不再顯示在 Firestore 的 UI 中。 本地模擬器也是如此。 我知道該用戶已創建,因為當我登錄時 ...

如何模擬身份平台身份驗證以觸發 beforeCreateHandler

[英]How to mock Identity Platform Authentication to trigger beforeCreateHandler

我有一個谷歌雲 function,我在beforeCreate觸發器中的 Google Identity Platform 中運行它,如下所示: 我如何通過 go 創建笑話測試來模擬此事件? 或者我如何創建測試來執行這個 function? 阻塞函數。 ...

請求失敗 https://cloudidentity.googleapis.com 返回代碼 403

[英]Request failed for https://cloudidentity.googleapis.com returned code 403

我正在嘗試使用此API 管理我工作區中的公司設備。 第一步是拉出當前設備的列表。 代碼在應用程序腳本中。 我越來越: 我做過的事情服務帳戶對雲平台、雲身份和雲身份設備具有域范圍的委托身份驗證是通過谷歌的 OAuth 庫完成的,似乎工作正常。 OAuth 也有范圍的空間,請求相同的空間。 代碼位: ...

為 Google OAuth2 同意屏幕預選帳戶,以防止多余的帳戶選擇

[英]Preselect account for Google OAuth2 consent screen to prevent redundant account selection

在我的 webapp 中,我想實現以下流程用戶單擊使用 Google 登錄按鈕用戶在重定向屏幕中選擇帳戶我收到了一個 JWT 帳戶 ID 和 email 地址我將帳戶 ID 設置為登錄提示,並將提示設置為僅“同意” 我創建了 Auth URL 並再次重定向到 Google 以獲得同意在下一個同意屏幕 ...

如果啟用多租戶,現有 Firebase Auth 用戶會發生什么情況?

[英]What happens to existing Firebase Auth users if multi tenancy is enabled?

我正在考慮在使用 Firebase 身份驗證的現有應用程序上啟用多租戶,已閱讀此https://cloud.google.com/identity-platform/docs/multi-tenancy-authentication 我不清楚並因此擔心的是,一旦我添加了新租戶,我現有的應用程序用戶 ...

帶有 Firebase SDK 的 Google Identity Platform - 合適的 IAM 權限/角色是什么?

[英]Google Identity Platform with Firebase SDK - What are the appropriate IAM permissions / roles?

我正在努力為服務帳戶提供通過 Firebase SDK 完全使用 Identity Platform 所需的權限,包括以編程方式管理租戶。 根據文檔,它需要以下權限: google.cloud.identitytoolkit.v1.AccountManagementService g ...

如何允許經過身份驗證的 Identity Platform 用戶從 Web 上傳到 Cloud Storage

[英]How to allow authenticated Identity Platform user to upload to Cloud Storage from web

我無法使用 Firebase 存儲,但我使用的是 Identity Platform (firebase auth)。 用戶登錄到我的 Web 應用程序后,我希望他們能夠上傳到 Cloud Storage 存儲桶。 我目前正在考慮這樣做的方法是使用一個 Cloud Functions 函數,它首先使 ...


 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM