Skip to content

Commit 7c8790e

Browse files
[CF1] one-time pin warning (#19304)
1 parent 1fefff5 commit 7c8790e

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

src/content/docs/cloudflare-one/identity/one-time-pin.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Cloudflare Access can send a one-time PIN (OTP) to approved email addresses as a
1111

1212
For example, if your team uses Okta but you are collaborating with someone outside your organization, you can use OTP to grant access to guests.
1313

14+
<Render file="access/one-time-pin-warning" />
15+
1416
## Set up OTP
1517

1618
<Render file="access/one-time-pin" />

src/content/docs/cloudflare-one/identity/users/session-management.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 3
66
---
77

8-
import { GlossaryTooltip } from "~/components";
8+
import { GlossaryTooltip, Render } from "~/components";
99

1010
A user session determines how long a user can access an Access application without re-authenticating.
1111

@@ -23,6 +23,8 @@ The user can access the application for the entire duration of the application t
2323

2424
The global token expiration is usually set to equal or exceed the application token expiration. Setting a longer global token provides a more secure way to allow for longer user sessions, since the global token cannot be used to directly access an application.
2525

26+
<Render file="access/one-time-pin-warning" />
27+
2628
### Set global session duration
2729

2830
You can set a global session duration between 15 minutes and 1 month.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
{}
3+
---
4+
5+
import { Tabs, TabItem, Render } from "~/components";
6+
7+
:::note
8+
9+
Access and WARP will evaluate identity based on a user's last-known state. If a user authenticates via your Identity Provider, but later authenticates with a different method (such as One-Time PIN), Access will no longer evaluate the user's Identity Provider group memberships. Identity Provider group memberships are created and managed by the IdP and group membership data can only persist in an IdP-based authentication.
10+
11+
:::

0 commit comments

Comments
 (0)