Blog

Cristobal Escobar

October 15, 2024

Spread the word


Share your thoughts

Ortus Solutions has unveiled its latest innovation, CBSSO, a game-changing module for ColdBox applications. CBSSO is designed to make integrating with OAuth and SAML identity providers easier than ever before, significantly reducing the complexity of managing Single Sign-On (SSO) flows. Whether your users authenticate through Google, Microsoft, Facebook, or custom identity providers, CBSSO streamlines the entire process.For CFML and ColdFusion developers, dealing with identity provider integrations can often feel like navigating through a labyrinth of documentation, redirects, and configurations. That’s where CBSSO comes in. By handling the technical details, CBSSO allows developers to focus on building their applications, making the process of integrating third-party authentication far less time-consuming.

What Does CBSSO Offer?

CBSSO provides a host of valuable features that simplify your development workflow:

1. Pre-Built Provider Support

CBSSO comes with built-in support for the most commonly used identity providers, such as:

  • Google
  • GitHub
  • Facebook
  • Microsoft Enterprise Service (SAML)

This means you can quickly enable SSO for users by just adding your client ID and client secret. There's no need to write custom code to handle the complex redirection flows, making integration faster and more secure.

2. Custom Provider Integration

If you’re using a less common or custom identity provider, CBSSO has you covered. You can easily create your own custom provider, giving you full flexibility to integrate with any system your application requires.

3. Seamless CBSecurity and CBAuth Integration

CBSSO doesn’t work in isolation. It integrates smoothly with other popular Ortus Solutions tools like CBSecurity and CBAuth, allowing you to skip much of the boilerplate code needed to make these systems work together. With CBSSO, you can create users, manage login sessions, and keep everything in sync without manually coding these processes.

4. Extensibility through Interception Points

CBSSO is built with flexibility in mind. If your application needs to perform custom actions during the login process, CBSSO offers interception points that allow you to plug into the authentication flow and add custom logic as needed. Whether it's logging information or customizing how data is handled, these points give you the control you need without restricting your workflow.

Why Choose CBSSO?

For ColdFusion and CFML developers, integrating identity providers has often been a challenging, time-consuming process. CBSSO takes away much of that complexity by offering a modular, pre-configured solution. Not only do you save development time, but you also reduce the chances of errors or security flaws creeping into your SSO workflows.With CBSSO, developers can now focus on enhancing their applications without getting bogged down in the intricacies of third-party authentication. The module is ready to install via ForgeBox, ensuring that you can quickly get up and running.

🎥 See It in Action:

Want to dive deeper? Watch the limited-time CBSSO demo by subscribing to our YouTube channel or subscribe to CFCasts and see how easily you can integrate OAuth and SAML into your ColdBox applications.

#ColdBox #ColdFusion #CFML #OrtusSolutions #OAuth #SAML #SingleSignOn #CFCasts #YouTube

Add Your Comment

Recent Entries

BoxLang 1.0.0 Beta 20 Launched

BoxLang 1.0.0 Beta 20 Launched

This release brings another round of powerful tools and refinements to the BoxLang community, making development more dynamic and robust than ever. We’ve added new capabilities for debugging and tracing, expanded context-sensitive controls for thread management, and introduced new methods for fluent attachment handling.

For deeper flexibility, our improvements enhance configurability, streamline session control, and add deeper levels of JSON serialization management. Plus, we’ve squashed a wide range of bugs, enhancing stability across database connections, date handling, and runtime compatibility with CFML.

Luis Majano
Luis Majano
October 25, 2024
ColdBox Free Tip 4 - Using a Struct for Query Strings

ColdBox Free Tip 4 - Using a Struct for Query Strings

ColdBox gives you powerful ways to build cleaner, more maintainable code, especially when dealing with query strings. In this tip, we’ll explore how to pass a struct into the buildLink() method, making your code easier to read and manage.

Maria Jose Herrera
Maria Jose Herrera
October 22, 2024