Merge branch 'f43-idp' into 'f43'

RN: SSSD Identity Provider (IdP) support

See merge request fedora/docs/fedora-linux-documentation/release-notes!66
This commit is contained in:
Petr Bokoč 2025-10-30 18:19:48 +00:00
commit bfdb0e12f7

View file

@ -158,3 +158,7 @@ The YASM assembler has been deprecated and no new packages should depend on it.
[[gpg2-modular]]
== Modular packaging for GnuPG2
The previously monolithic GnuPG package (`gnupg2`) has been modularized, with several tools and non-essential utilities having been split into separate subpackages. The non-essential utilities (in `gnupg2-utils`) and some services that are unused on most systems are no longer installed by default.
[[SSSD]]
== SSSD Identity Provider (IdP) support
SSSD in Fedora 43 provides a new generic identity and authentication provider for Identity Providers (IdPs). Initial support includes Keycloak and Entra ID. You can now configure SSSD to read users and groups directly from these IdPs and enable user authentication using the OAUTH 2.0 Device Authorization Grant (RFC 8628). See the sssd-idp(5) man page for more information and configuration examples.