Home / Companies / Authentik Security / Blog / April 2024

April 2024 Summaries

2 posts from Authentik Security

Filter
Month: Year:
Post Summaries Back to Blog
authentik is an open source Identity Provider that unifies identity needs into a single platform, replacing Okta, Active Directory, and auth0, with features like new functionality for Admins, developers, and end users in the latest release 2024.4, which includes improvements to performance, user verification, and provisioning, as well as enhancements to the UX/usability and customization of the interface, a new API Client for Python, and additional configuration options for admins, including customizable WebAuthn device restrictions and configurable app password token expiring.
Apr 29, 2024 579 words in the original blog post.
authentik is an open source Identity Provider that unifies identity needs into a single platform, replacing Okta, Active Directory, and auth0. The company behind authentik built Outposts as microservices to address specific technical challenges. Authentik itself is a monolith, but the Outposts allow it to implement authentication protocols outside of its main process for efficiency or other reasons. There are four types of Outposts: Proxy Provider, LDAP Provider, RADIUS Provider, and Remote Access Control Provider. These services offer flexibility and can be run wherever needed, allowing customers to split access requirements and improve performance by allocating dedicated resources to specific endpoints. Microservices make sense in cases where there is a genuine technical challenge or when teams need to work on independent problems, but they can create unnecessary complexity if not applied thoughtfully. The company encourages considering whether introducing microservices addresses a pressing need before adding more complexity.
Apr 04, 2024 1,577 words in the original blog post.