From f7c5d329eb12666c2d97818b8ab3b02d4816862d Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:12:27 +0100 Subject: [PATCH] website/docs: fix release notes to say Federation (cherry-pick #11889) (#11923) website/docs: fix release notes to say Federation (#11889) * fix Federation * typo * added back should * slooooow down --------- Co-authored-by: Tana M Berry Co-authored-by: Tana M Berry --- website/docs/releases/2024/v2024.10.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/releases/2024/v2024.10.md b/website/docs/releases/2024/v2024.10.md index 070f9ce376..979a6a533f 100644 --- a/website/docs/releases/2024/v2024.10.md +++ b/website/docs/releases/2024/v2024.10.md @@ -12,9 +12,9 @@ To try out the release candidate, replace your Docker image tag with the latest ## Highlights - **Chrome Device Trust** Enterprise Preview: Verify that your users are logging in from managed devices and validate the devices' compliance with company policies. -- **FIPS/FAL3 for FedRAMP "very high" compliance** Enterprise+: with support for SAML encryption and now JWE (JSON Web Encryption) support, authentik can now be configured for FIPS compliance at Federal Assurance Level (FAL) 3. +- **FIPS/FAL3 for FedRAMP "very high" compliance** Enterprise+: with support for SAML encryption and now JWE (JSON Web Encryption) support, authentik can now be configured for FIPS compliance at Federation Assurance Level (FAL) 3. - **Captcha on Identification stage**: Run a CAPTCHA process in the background while the user is entering their identification. -- **Kerberos source**: authentik can now integrate with existing Kerberos environments by allowing users to log in with their Kerberos credentials, SPNEGO or syncing users into authentik. +- **Kerberos source**: authentik can now integrate with existing Kerberos environments by allowing users to log in with their Kerberos credentials, SPNEGO, or syncing users into authentik. ## Breaking changes @@ -40,7 +40,7 @@ We have no breaking changes this release! - **Autoselect 2FA device** - Users who configure multiple 2FA devices will now land on their last used device's prompt, skipping the device picker. This will hopefually result in lower total average time per flow for the end user. + Users who configure multiple 2FA devices will now land on their last used device's prompt, skipping the device picker. This should result in lower total average time per flow for the end user. - **New structure for authentik's technical documentation**