You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: okta-auth/README.md
+22-15
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,10 @@ and install the Firebase CLI tool:
40
40
later.
41
41
2. On the Project Overview page, add a new web app. Be sure **Also set up
42
42
Firebase Hosting for this app** is selected.
43
-
3. If you plan to try the demo in the emulator, [generate and download a
44
-
service account key][svcacct].
43
+
3. On the Project Settings page, open the [Service Accounts][svcacct]
44
+
section and take note of your Admin SDK service account ID (it looks
45
+
like an email address). If you plan to try the demo in the emulator,
46
+
also generate and download a service account key file.
45
47
46
48
3. If you don't already have a Node.js 10 (or newer) environment,
47
49
[install Node.js](https://nodejs.org/).
@@ -85,31 +87,24 @@ and install the Firebase CLI tool:
85
87
## Deploy the demo to Firebase Hosting and Cloud Functions
86
88
87
89
1. [Upgrade your Firebase project to the Blaze (pay as you go) plan](https://console.firebase.google.com/project/_/overview?purchaseBillingPlan=metered).
88
-
The Blaze plan is required to access external services (Okta) from Cloud
89
-
Functions.
90
+
The Blaze plan is required to access external services (in this case, Okta)
91
+
from Cloud Functions.
90
92
91
-
2. In the Google Cloud console:
92
-
93
-
1. [Enable the IAM Service Account Credentials API](https://console.cloud.google.com/apis/api/iamcredentials.googleapis.com/overview?project=_).
94
-
2. On the [IAM](https://console.developers.google.com/iam-admin/iam?project=_)
95
-
page, edit the account named **App Engine default service account** and
96
-
add the **Service Account Token Creator** role.
97
-
98
-
3. Make sure the Firebase CLI tool is set to use your Firebase project:
93
+
2. Make sure the Firebase CLI tool is set to use your Firebase project:
99
94
100
95
```
101
96
$ cd functions-samples/okta-auth
102
97
okta-auth$ firebase login
103
98
okta-auth$ firebase use <YOUR_FIREBASE_PROJECT_ID>
104
99
```
105
100
106
-
4. Optional: If you have configuration files from local testing, delete them:
101
+
3. Optional: If you have configuration files from local testing, delete them:
0 commit comments