Home / Companies / Ory / Blog / June 2022

June 2022 Summaries

4 posts from Ory

Filter
Month: Year:
Post Summaries Back to Blog
SAML (Security Assertion Markup Language) SSO (single sign-on) simplifies user authentication by allowing individuals to access multiple external services from a single dashboard with one login, enhancing security and user experience. This system, managed by an identity provider (IdP), streamlines access management and reduces the need for multiple usernames and passwords, making it particularly beneficial for companies looking to consolidate their service access points. While implementing SAML can be complex for service providers, Ory simplifies the process by providing a single integration solution that connects to various IdPs, making it possible to become SAML-ready in as little as eight days. The main advantages of using SAML include increased security due to a centralized authentication process, improved user experience by reducing login requirements, and cost savings by minimizing the need to maintain multiple accounts.
Jun 30, 2022 750 words in the original blog post.
This article discusses the challenges faced by smaller B2B solution providers in implementing SAML Single Sign-On (SSO) for enterprise clients, particularly due to the extensive time and resources required to create custom integrations with various identity providers (IdPs). Larger companies often have the resources to manage these integrations, leaving smaller competitors at a disadvantage. To address this issue, Ory (formerly BoxyHQ) offers a solution that simplifies the process through a single integration, connecting providers to all necessary IdPs, thus making enterprise readiness more accessible. Ory's open-source and free approach not only reduces the time needed for deployment to as little as eight days but also alleviates financial burdens associated with maintenance, offering custom support during integration to ensure a smooth transition.
Jun 30, 2022 430 words in the original blog post.
Sawada, a developer at TIER IV, outlines the company's transition from an in-house IdentityServer infrastructure to the Ory stack, comprised of Ory Kratos, Ory Hydra, and Ory Oathkeeper, to enhance their authentication and authorization systems. The move was prompted by scalability concerns and maintenance issues with their previous OpenID Provider library, which was no longer supported and exhibited performance problems. The new system, implemented in Go rather than Python, offers a microservice architecture that facilitates compatibility during migration, allowing the integration of existing data with minimal disruption. Notably, challenges in migrating identifiers and user passwords were addressed through innovative solutions, such as ID conversion mechanisms and password import capabilities. The decision to adopt Ory was influenced by the team's familiarity with the Go language and past experiences with Ory Hydra, as well as the microservice design that aligns with their modular infrastructure needs. The migration was completed successfully within three months, aided by careful planning and the removal of unnecessary features, along with effective collaboration with business and legal departments to ensure a smooth transition. The open-source nature of the Ory stack provides ongoing opportunities for further enhancements to their identity infrastructure.
Jun 14, 2022 1,039 words in the original blog post.
The text provides a detailed guide on building a Django web application with authentication using the Ory Network, positioning Django as a robust framework for quickly developing web applications due to its integrated features and compatibility with various databases. The tutorial outlines the steps for bootstrapping a Django project using django-admin and Poetry for dependency management, setting up the Django environment with necessary packages, and configuring Django to work with the Ory Network for authentication. It covers creating a basic one-page application with a template, setting up views, and managing URL patterns, alongside instructions for integrating and setting up the Ory CLI and SDK for authentication. Additionally, it explains creating a project structure, modifying settings for integrating authentication backends and context processors, and demonstrates using Docker to run the application with Ory Kratos self-hosted. The guide concludes with suggestions for further enhancing the application with features like Two Factor Authentication (2FA), social sign-in, secure password policies, and account verification, while also mentioning deployment considerations for production environments.
Jun 14, 2022 1,912 words in the original blog post.