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
@@ -247,14 +247,14 @@ Next, use the following sample to configure the provider in the [configuration f
247
247
248
248
For more information on how to configure Google as an authentication provider, see the [App Service Authentication/Authorization documentation](../app-service/configure-authentication-provider-google.md).
249
249
250
-
# [Twitter](#tab/twitter)
250
+
# [X (Twitter)](#tab/twitter)
251
251
252
252
To create the registration, begin by creating the following [application settings](application-settings.yml):
253
253
254
254
| Setting Name | Value |
255
255
| --- | --- |
256
-
|`TWITTER_CONSUMER_KEY`| The Twitter consumer key. |
257
-
|`TWITTER_CONSUMER_SECRET`| The Twitter consumer secret. |
256
+
|`X_CONSUMER_KEY`| The X (Twitter) consumer key. |
257
+
|`X_CONSUMER_SECRET_APP_SETTING_NAME`| The name of the application setting that holds the X (Twitter) consumer secret. |
258
258
259
259
Next, use the following sample to configure the provider in the [configuration file](configuration.md).
260
260
@@ -264,8 +264,8 @@ Next, use the following sample to configure the provider in the [configuration f
@@ -292,7 +292,7 @@ Once the application is registered with the identity provider, create the follow
292
292
| Setting Name | Value |
293
293
| --- | --- |
294
294
|`MY_PROVIDER_CLIENT_ID`| The client ID generated by the authentication provider for your static web app. |
295
-
|`MY_PROVIDER_CLIENT_SECRET`| The client secret generated by the authentication provider's custom registration for your static web app. |
295
+
|`MY_PROVIDER_CLIENT_SECRET_APP_SETTING_NAME`| The name of the application setting that holds the client secret generated by the authentication provider's custom registration for your static web app. |
296
296
297
297
If you register other providers, each one needs an associated client ID and client secret store in application settings.
298
298
@@ -314,7 +314,7 @@ Once you have the registration credentials, use the following steps to create a
0 commit comments