Skip to content

Commit 3ed7639

Browse files
committed
Fix copy
1 parent c6bf065 commit 3ed7639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/wifi-authentication-webhooks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
updated_at: September 04, 2025
2+
updated_at: September 08, 2025
33
title: "Wi-Fi Authentication Webhooks"
44
html_title: "Wi-Fi Authentication Webhooks"
55
description: Smallstep's RADIUS server can call external webhooks for EAP-TLS authorization decisions.
@@ -11,7 +11,7 @@ description: Smallstep's RADIUS server can call external webhooks for EAP-TLS au
1111

1212
With Wi-Fi authentication webhooks, you can integrate Smallstep’s RADIUS authentication workflow with your own device posture or authorization checks during EAP-TLS Wi-Fi connection requests. All you need is a webhook server that Smallstep can reach out to. Your webhook server will evaluate or log the presented client certificate, and return an authorization decision.
1313

14-
Smallstep can authenticate to your webhook server a bearer token or HTTP basic authentication.
14+
Smallstep can authenticate to your webhook server using a bearer token or HTTP basic authentication.
1515

1616
## Configuring a RADIUS Webhook in Smallstep
1717

0 commit comments

Comments
 (0)