Skip to main content

Introduction

Welcome to Phase Two. We have built a toolkit for some of the most common features and pain points you will encounter when building your SaaS application. Initially, we have focused on authentication and authorization use cases. Our goal is to build secure and easy-to-use tools that will accelerate your time to market and adoption by enterprise customers.

Phase Two is unique in that it allows you to build against a common set of tools, libraries and APIs whether you are using our hosted version for a public cloud product, hosting it yourself, or deploying to a customer site.

We are constantly looking for ways to improve our documentation, APIs and developer experience. If you have suggestions or requests, please don't hesitate to contact us. If you prefer a more hands-on approach, you can submit a pull request in our Github documentation repository.

Common Scenarios

These are some of the most common implementation paths teams look for when getting started.

Customer-Managed Enterprise SSO

If you want organization administrators to configure their own SAML or OIDC identity provider, associate verified domains, and automatically redirect users to the correct login experience:

SAML Attribute Mapping and Federation

If you are connecting a SAML identity provider or service provider and need users to land with the correct attributes and claims after login:

Authentication Flows

These are the main guides most teams reach for when designing a login experience.