Skip to content

Commit 0abf861

Browse files
authored
Update entra-id.mdx
Add callout to prevent overwriting due to incomplete PUTs
1 parent 3f37f04 commit 0abf861

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/cloudflare-one/identity/idp-integration

1 file changed

+1
-1
lines changed

src/content/docs/cloudflare-one/identity/idp-integration/entra-id.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Access and Gateway policies for an Entra group will also apply to all [nested gr
206206

207207
## Force user interaction during WARP reauthentication
208208

209-
You can require users to re-enter their credentials into Entra ID whenever they [re-authenticate their WARP session](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/). To configure this setting, make a [`PUT` request](/api/resources/zero_trust/subresources/identity_providers/methods/update/) and set the `prompt` parameter to either `login` or `select_account`.
209+
You can require users to re-enter their credentials into Entra ID whenever they [re-authenticate their WARP session](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/). To configure this setting, make a [`PUT` request](/api/resources/zero_trust/subresources/identity_providers/methods/update/) and set the `prompt` parameter to either `login` or `select_account`. Note: PUT methods require that all exisiting configuration is included as part of the request body. Double check the request against a GET response for the IdP to avoid overwriting any configuration unexpectedly.
210210

211211
## Example API Configuration
212212

0 commit comments

Comments
 (0)