Skip to content

Commit ee116a4

Browse files
Merge pull request #249744 from btardif/bk-auth
SWA changes for Twitter API policy updates
2 parents 21f26af + c1915f8 commit ee116a4

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

articles/static-web-apps/authentication-authorization.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ ms.author: cshoe
1212

1313
# Authenticate and authorize Static Web Apps
1414

15-
Azure Static Web Apps provides a streamlined authentication experience, where no other actions or configurations are required to use GitHub, Twitter, and Azure Active Directory (Azure AD) for authentication.
15+
> [!WARNING]
16+
> Due to changes in X(formerly Twitter) API policy we can’t continue to support it as part of the pre-configured providers for your app.
17+
> If you want to continue to use X(formerly Twitter) for authentication/authorization with your app, update your app configuration to [register a custom provider](./authentication-custom.md).
18+
19+
20+
Azure Static Web Apps provides a streamlined authentication experience, where no other actions or configurations are required to use GitHub and Azure Active Directory (Azure AD) for authentication.
1621

1722
In this article, learn about default behavior, how to set up sign-in and sign-out, how to block an authentication provider, and more.
1823

@@ -25,7 +30,6 @@ Be aware of the following defaults and resources for authentication and authoriz
2530
**Defaults:**
2631
- Any user can authenticate with a pre-configured provider
2732
- GitHub
28-
- Twitter
2933
- Azure Active Directory (Azure AD)
3034
- To restrict an authentication provider, [block access](#block-an-authentication-provider) with a custom route rule
3135
- After sign-in, users belong to the `anonymous` and `authenticated` roles. For more information about roles, see [Manage roles](authentication-custom.md#manage-roles)
@@ -46,7 +50,6 @@ Use the following table to find the provider-specific route.
4650
| ---------------------- | ----------------------- |
4751
| Azure AD | `/.auth/login/aad` |
4852
| GitHub | `/.auth/login/github` |
49-
| Twitter | `/.auth/login/twitter` |
5053

5154
For example, to sign in with GitHub, you could include something similar to the following link.
5255

articles/static-web-apps/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ With Static Web Apps, static assets are separated from a traditional web server
3333
- **Free SSL certificates**, which are automatically renewed.
3434
- **Custom domains** to provide branded customizations to your app.
3535
- **Seamless security model** with a reverse-proxy when calling APIs, which requires no CORS configuration.
36-
- **Authentication provider integrations** with Azure Active Directory, GitHub, and Twitter.
36+
- **Authentication provider integrations** with Azure Active Directory and GitHub.
3737
- **Customizable authorization role definition** and assignments.
3838
- **Back-end routing rules** enabling full control over the content and routes you serve.
3939
- **Generated staging versions** powered by pull requests enabling preview versions of your site before publishing.

0 commit comments

Comments
 (0)