Documentation
Managed Studio now supports Single Sign-On (SSO) built on the SAML 2.0 protocol. This article is the starting point for a series covering how to configure, integrate and roll out that implementation with your chosen identity platform.
Until now, SSO in Managed Studio meant Entra ID (previously AzureAD). SAML 2.0 support removes that constraint: any identity provider that speaks the standard can now be used as your authentication source.
For teams with existing identity infrastructure, that means:
Security Assertion Markup Language 2.0 is an open standard for passing authentication and authorisation data between two parties:
It is a federated identity protocol. Rather than Managed Studio maintaining its own set of passwords, it establishes a trust relationship with your IdP and accepts that provider's word on a user's identity. When someone signs in, the IdP performs the actual authentication and returns a digitally signed XML document — a SAML assertion — confirming the result and carrying attributes about the user, such as email address and group membership.
In practice a login looks like this:
The standard has been in wide enterprise use for well over a decade, which is precisely why it is a safe foundation: the tooling is mature, the security properties are well understood, and almost every serious identity platform implements it.
Managed Studio supports Service Provider (SP)-initiated login only. Users must begin the sign-in process from Managed Studio itself. IdP-initiated flows — where a user clicks a Managed Studio tile in their identity provider's dashboard and is pushed straight through to us — are not currently supported.
This is the first article in the Managed Studio SAML 2.0 series. The remaining articles cover provider-specific configuration: