Skip to content

Commit 3152ab7

Browse files
authored
turn off warp auth for rdp (#24949)
1 parent d19d139 commit 3152ab7

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

src/content/docs/cloudflare-one/applications/configure-apps/saas-apps/generic-oidc-saas.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Some SaaS applications provide the Redirect URL after you [configure the SSO pro
5454

5555
11. <Render file="access/add-access-policies" product="cloudflare-one" />
5656

57-
12. <Render file="access/access-choose-idps" product="cloudflare-one" />
57+
12. <Render file="access/access-choose-idps" product="cloudflare-one" params={{ appType: "saas" }}/>
5858

5959
13. Select **Next**.
6060

src/content/docs/cloudflare-one/applications/configure-apps/saas-apps/generic-saml-saas.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you are using Okta, Microsoft Entra ID (formerly Azure AD), Google Workspace,
5050

5151
11. <Render file="access/add-access-policies" product="cloudflare-one" />
5252

53-
12. <Render file="access/access-choose-idps" product="cloudflare-one" />
53+
12. <Render file="access/access-choose-idps" product="cloudflare-one" params={{ appType: "saas" }}/>
5454

5555
13. Select **Next**.
5656

src/content/docs/cloudflare-one/connections/connect-networks/use-cases/rdp/rdp-browser.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The DNS record does not need to point to an active destination IP address or hos
115115
Ensure that only **Allow** or **Block** policies are present. **Bypass** and **Service Auth** are not supported for browser-rendered applications.
116116
:::
117117

118-
13. <Render file="access/access-choose-idps" product="cloudflare-one" />
118+
13. <Render file="access/access-choose-idps" product="cloudflare-one" params={{ appType: "rdp" }}/>
119119

120120
14. Select **Next**.
121121

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
---
2-
{}
3-
2+
params:
3+
- appType
44
---
55

66
Configure how users will authenticate:
77

8-
1. Select the [**Identity providers**](/cloudflare-one/identity/idp-integration/) you want to enable for your application.
8+
<ol>
9+
<li>
10+
Select the [**Identity providers**](/cloudflare-one/identity/idp-integration/) you want to enable for your application.
11+
</li>
12+
<li>
13+
(Recommended) If you plan to only allow access via a single IdP, turn on **Instant Auth**. End users will not be shown the [Cloudflare Access login page](/cloudflare-one/applications/login-page/). Instead, Cloudflare will redirect users directly to your SSO login event.
14+
</li>
915

10-
2. (Recommended) If you plan to only allow access via a single IdP, turn on **Instant Auth**. End users will not be shown the [Cloudflare Access login page](/cloudflare-one/applications/login-page/). Instead, Cloudflare will redirect users directly to your SSO login event.
16+
{ props.appType === "rdp" ?
17+
(<> <li> <b>WARP authentication identity</b> is not supported for browser-based RDP and should remain turned off. </li> </>) :
18+
(<> <li> (Optional) Under <b>WARP authentication identity</b>, allow users to authenticate to the application using their <a href="/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/"> WARP session identity</a>. </li> </>)
19+
}
1120

12-
3. (Optional) Under **WARP authentication identity**, allow users to authenticate to the application using their [WARP session identity](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/).
21+
</ol>

src/content/partials/cloudflare-one/access/self-hosted-app/generic-public-app.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { Render } from "~/components"
1717

1818
9. <Render file="access/add-access-policies" product="cloudflare-one" />
1919

20-
10. <Render file="access/access-choose-idps" product="cloudflare-one" />
20+
10. <Render file="access/access-choose-idps" product="cloudflare-one" params={{ appType: "public" }}/>
2121

2222
11. Select **Next**.
2323

0 commit comments

Comments
 (0)