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: articles/static-web-apps/authentication-authorization.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,12 @@ ms.author: cshoe
12
12
13
13
# Authenticate and authorize Static Web Apps
14
14
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.
16
21
17
22
In this article, learn about default behavior, how to set up sign-in and sign-out, how to block an authentication provider, and more.
18
23
@@ -25,7 +30,6 @@ Be aware of the following defaults and resources for authentication and authoriz
25
30
**Defaults:**
26
31
- Any user can authenticate with a pre-configured provider
27
32
- GitHub
28
-
- Twitter
29
33
- Azure Active Directory (Azure AD)
30
34
- To restrict an authentication provider, [block access](#block-an-authentication-provider) with a custom route rule
31
35
- 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.
0 commit comments