O'Reilly Online Learning needed a flexible SSO platform to simplify enterprise customer integrations
About
For 40 years, O’Reilly has provided technology and business training, knowledge, and insight to help companies succeed. Our unique network of experts and innovators share their knowledge and expertise at O'Reilly conferences and through the company’s SaaS-based training and learning solution, O'Reilly online learning. O’Reilly delivers highly topical and comprehensive technology and business learning solutions to millions of users across enterprise, consumer, and university channels.
Industry
E-Learning
Region
AMER
O'Reilly Online Learning, a subsidiary of O’Reilly Media, Inc., provides online and mobile access to a vast array of technical, business, and design resources—from books to training to videos. This unique learning portal has hundreds of corporate clients including Amazon, Tesla, Blizzard Entertainment, Yahoo! and Google, who purchase subscriptions to enable access by small teams or by users company-wide.
O'Reilly Online Learning started out as a digital library platform focused on individual developers and corporate teams, with cutting-edge technical books and content drawn from a wide array of publishers aimed at accelerating developer productivity. As their offerings branched out to include more diverse titles for design, business, and strategy, and as software becomes central to nearly every business, O'Reilly saw the opportunity to expand their user base into all levels of the enterprise.
The goal: package and deliver content for enterprise consumption, land larger deals and expand O'Reilly's user base. Customers made it clear that enterprise Single Sign On (SSO) is vital to this goal, and the company launched an initiative to add this feature to their product.
With SSO, corporate users don’t need a registration process, nor do they need to set up separate user names or passwords. An SSO solution can also cut costs for both O'Reilly and their customers by reducing or eliminating expensive support calls for password resets and user account management—a win-win.
The rollout of a new enterprise client with more than 2,000 users provided the perfect opportunity for O'Reilly to build out an initial SSO solution using Auth0.
“Setting up our application to integrate with one partner and then having that partner act as a service hub for dozens of identity systems helps simplify work for our core development teams, while allowing our customer base to grow exponentially.”
Cris ConcepcionEngineering Manager
Stringent Customer and Technical Criteria
With its emphasis on the B2B market, O'Reilly needed a core SSO platform that could easily be adapted to customers’ preferred corporate identity technologies – Security Assertion Markup Language (SAML), Active Directory Federation Services (ADFS), Google Apps, etc.
With customers in regulated industries and the need to comply with the US-EU Safe Harbor Framework — a privacy policy agreement between the US and the EU — ironclad privacy and security was paramount.
O'Reilly's Technical Criteria Included:
Easy integration with Python/Django.
Simple support for Android and iOS native mobile apps.
Support for multiple SAML implementations, mapping attributes from customer Identity Providers (IdPs) to O'Reilly user profiles.
Role-based authentication workflows that guide users with specific roles to different content landing pages.
Security and privacy safeguards that meet enterprise customer requirements.
“I am proud of working with a bunch of smart people at an excellent company, but part of that excellence is derived from knowing what our core business is."
Cris ConcepcionEngineering Manager
Build or Buy?
At the outset, O'Reilly considered building its own authentication service. O'Reilly Engineering Manager Cris Concepcion and his team researched several open source identity and access management (IAM) and SSO technologies. This was a natural path to take, as O'Reilly Online Learning's parent company, O’Reilly Media, is a thought leader in OSS communities and the founder of OSCON, a popular open source conference.
Concepcion and his team soon realized that building their own authentication middleware would demand a lot of effort and expense. While researching options, Concepcion and his team discovered Auth0 through the company’s open source SDKs on GitHub. After understanding the potential of Auth0’s platform, the team embraced a decision to buy, rather than invest in building a solution from scratch.
O'Reilly realized that building and maintaining their own authentication infrastructure would require one or two full-time engineering resources dedicated to support and customization. “I am proud of working with a bunch of smart people at an excellent company, but part of that excellence is derived from knowing what our core business is,” said Concepcion. “Compared to the costs and resources required to build, host, and secure a custom solution, the investment associated with a third-party authentication service like Auth0 was a sensible choice.”
“Compared to the costs and resources required to build, host, and secure a custom solution, the investment associated with a third-party authentication service like Auth0 was a sensible choice.”
Cris ConcepcionEngineering Manager
A Quick and Seamless Path to Mobile SSO
O'Reilly proof of concept used the Django OAuth toolkit to leverage OAuth2 for both authentication and authorization. Auth0 delivers a complete, compatible OAuth2 implementation right out of the box, and in the POC, O'Reilly leveraged the Python Social Auth SDK they were already using. No additional coding was needed: the POC proved Auth0’s simplicity and compatibility with O'Reilly's existing software.
O'Reilly's system handles B2C and enterprise users differently, routing logins by comparing the user’s email to a known list of SSO email domains. If there is a match, O'Reilly routes the request to Auth0 with the corporate account’s connection string. Auth0 then authenticates the user to the enterprise IdP. When the user is authenticated, Auth0 routes the user back to the O'Reilly system.
After the POC, it took O'Reilly just three weeks to complete a pilot with a customer. The customer sent users to O'Reilly from a corporate landing page rather than from the Web. The pilot users didn’t have to log in to O'Reilly if they were already logged into their company’s system. O'Reilly's SSO, enabled by Auth0, invisibly authenticated them and redirected them automatically to O'Reilly's content with just a click.
At first, O'Reilly focused on SSO for corporate users accessing content from their desks. But users also like to read on mobile devices, so O'Reilly also has powerful mobile applications on both IOS and Android—a major differentiator for the company in the B2B market.
The mobile development team quickly got up to speed, and mobile integration required only a few changes. “The Auth0 solution was used pretty much as is for our mobile implementation,” said Concepcion. “It all came together within the timeframe that we expected, with no major surprises or roadblocks. Auth0 made it easy to provision new users right within our mobile app. There’s no need for a user to go to the web first to create an account and then download the app.”
"It all came together within the timeframe that we expected, with no major surprises or roadblocks. Auth0 made it easy to provision new users right within our mobile app. There’s no need for a user to go to the web first to create an account and then download the app.”
Cris ConcepcionEngineering Manager
SAML Variations Made Easy with Auth0
Realized Benefits:
Multiple authentication partners are supported quickly and easily and with minimal effort.
Developers can define the workflow in one environment and have it work seamlessly on the Web or on mobile devices.
IT can access to logs and reports to troubleshoot customer issues.
Rules-based workflows are supported to handle additional customer authentication requirements.
O'Reilly's B2B and B2C customers enjoy a secure SSO experience.
The SSO process is simple and transparent to the user.
The development cycle is short, thanks to outstanding support from Auth0.
O'Reilly has the potential for expanding its enterprise customer base and future customized applications for the mobile environment.
Auth0 stands apart from other SSO technologies, focused on simplifying a complex development process. Based on past experience, Concepcion noted that integrating SSO with a B2B customer’s identity architecture could present technical and business challenges. “While there are standards for formats like SAML, the implementation of those standards varies widely. The more often you engage your core developers to support variations in your customers’ identity systems, the slower you will be to sign deals and support the growth of your business,” he said.
But Auth0 solved all that for O'Reilly. The entire implementation, from Web POC to mobile implementation to the pilot, took less than two months. Concepcion attributes the rapid development cycle to the elegant way Auth0 handles variations in SAML.
Auth0 rules and mapping also provided O'Reilly with a high degree of flexibility, making it easy to customize SSO for its customers. Auth0 can easily map SAML attributes to a standard format for email addresses. This allows O'Reilly to use the customer data as is, making O'Reilly much easier to work with as a Software-as-a-Service (SaaS) provider integrated with enterprise SSO.
“The combination of the rules and mapping capabilities in the Auth0 platform makes it easy for us to work with any data in any format. Best of all, we don’t have to ask our customers to send data in a different format, and we can customize the SSO to meet their needs,” remarked Concepcion. Rules also come in handy if customers want to monitor usage by logging user access to an application. Auth0 also makes it possible to redirect users to specified URLs after logout, such as a corporate homepage.
“The combination of the rules and mapping capabilities in the Auth0 platform makes it easy for us to work with any data in any format. Best of all, we don’t have to ask our customers to send data in a different format, and we can customize the SSO to meet their needs."
Cris ConcepcionEngineering Manager
A Collaborative Partner
Concepcion appreciates Auth0’s commitment to its customers, the collaborative spirit of its support team, and its responsiveness. “We are grateful for the help Auth0 provided while we were working through the initial integration points. The Customer Success team was always accommodating and made time for us when we had an issue,” noted Concepcion. “Having Auth0 around to provide immediate answers to our questions saved our developers a great deal of time.” He found the whole experience “quick and efficient,” largely because the Auth0 Customer Success team worked side by side with the O'Reilly developer team and truly spoke their language.
What to Look for in an IAM Partner:
Strong presence in the developer community
Support for OAuth2
Ability to support SAML variations
Excellent support and follow-through
Open, transparent, and forward-thinking
In one instance, a large O'Reilly customer wanted to use their own signing certificate rather than use the Auth0’s certificate to validate the authentication flow, including SAML assertions. This was a feature not yet part of Auth0, but the company quickly jumped on this requirement. In a four-hour, three-way working videoconference between Auth0, O'Reilly, and the customer, the new feature was implemented and verified against Auth0, O'Reilly, and customer test environments. Additional tests proved that the SAML assertion signing was working correctly in production. “Even if there is something Auth0 can’t currently do, the company provides workarounds or implements new functionality. It was a very happy ending for all of us,” said Concepcion.
“We are grateful for the help Auth0 provided while we were working through the initial integration points. The Customer Success team was always accommodating and made time for us when we had an issue."
Cris ConcepcionEngineering Manager
A Bright Future
With Auth0 SSO as the service hub for dozens of identity systems, O'Reilly's development team can now easily set up B2B clients with SSO and provision users. Currently, O'Reilly has five enterprise accounts and thousands of active users on Auth0—and O'Reilly has dozens of B2B customers that are transitioning to the new SSO capabilities, including enterprises wanting to scale up, engaging O'Reilly's services company-wide. O'Reilly recognized that implementing SSO was not just about landing more customers, but also expanding usage within existing customers. This insight was key to O'Reilly's decision to invest in this strategy.
Concepcion is confident that SSO will have a positive impact on O'Reilly sales. “There are definitely a lot of new customers that we will be able to bring in as a result of SSO. For any enterprise implementation, SSO is the key to making those deals happen,” said Concepcion.
Looking to the future, Concepcion envisions the development of a broader family of mobile apps, including customized mobile apps that will enable corporate users access to a wider range of content, confident that Auth0 can handle these new use cases and help O'Reilly accelerate their B2B momentum.
“There are definitely a lot of new customers that we will be able to bring in as a result of SSO. For any enterprise implementation, SSO is the key to making those deals happen."
Auth0, a product unit within Okta, takes a modern approach to identity and enables organizations to provide secure access to any application, for any user. The Auth0 Identity Platform is highly customizable, and is as simple as development teams want, and as flexible as they need. Safeguarding billions of login transactions each month, Auth0 delivers convenience, privacy, and security so customers can focus on innovation. For more information, visithttps://auth0.com.