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
|`.gitignore`| Defines what to ignore at commit time. |
51
51
|`CHANGELOG.md`| List of changes to the sample. |
52
-
|`CODE_OF_CONDUCT.md`| Code of Conduct information. |
53
52
|`config.js`| Contains configuration parameters for the sample. |
54
53
|`CONTRIBUTING.md`| Guidelines for contributing to the sample. |
55
54
|`index.js`| Main application logic resides here. |
@@ -142,7 +141,7 @@ Open the project in your IDE (like Visual Studio or Visual Studio Code) to confi
142
141
143
142
> In the steps below, "ClientID" is the same as "Application ID" or "AppId".
144
143
145
-
1. Open the `auth.json` file.
144
+
1. Open the `config.json` file.
146
145
1. Find the key `clientID` and replace the existing value with the application ID (clientId) of the `active-directory-b2c-javascript-nodejs-webapi` application copied from the Azure portal.
147
146
1. Find the key `tenantID` and replace the existing value with your Azure AD tenant ID.
148
147
1. Find the key `audience` and replace the existing value with the application ID (clientId) of the `active-directory-b2c-javascript-nodejs-webapi` application copied from the Azure portal.
0 commit comments