Skip to main content

Manage SAML 2.0 Applications

info

SAML applications are only available in Ory Network and are not supported in self-hosted Ory Kratos. If you have any questions, or if you would like more information about transitioning to Ory Network, please don't hesitate to reach out.

Ory is now a SAML 2.0 Identity Provider, enabling you to connect your Ory-managed identities to third-party SAML-compatible applications.

Key Capabilities

  • Configure Ory as a SAML IdP to external applications (SPs)
  • Configure SAML applications with ACS URLs and Entity IDs
  • Support for SP-initiated login flows
  • Attribute mapping from Ory identities to SAML assertions (NameID, email, roles, etc.)
  • Metadata endpoint to allow easy SP registration

Example Use Cases

  • Enable SSO into your internal tools using Ory as the identity source
  • Connect to enterprise SaaS apps that support SAML (e.g., Salesforce, Zendesk, GitLab)
  • Allow federated login across business units or customer organizations

This documentation article explains how to manage SAML applications clients using the Ory Console, Ory SDK, Ory CLI, and Ory REST APIs.

Create SAML application

To create a new SAML application, use the following methods:

The Ory Console is a web-based user interface that allows you to manage SAML applications. To create a new application:

  1. Go to AuthenticationSAML Applications in the Ory Console
  2. Click Add new SAML application and complete the form.

Update SAML application

To update an existing SAML application, use the following methods:

  1. Go to AuthenticationSAML Applications in the Ory Console.
  2. Locate the application you want to update.
  3. Click on the pen symbol to update the application's configuration.
  4. When you are finished, scroll to the top and click Save.

Patch SAML application

To partially update an existing SAML application, use the following methods:

  1. Go to AuthenticationSAML Applications in the Ory Console.
  2. Locate the application you want to update.
  3. Click on the pen symbol to update the application's configuration.
  4. When you are finished, scroll to the top and click Save.

Delete SAML application

To delete an existing SAML application, use the following methods:

  1. Go to AuthenticationSAML Applications in the Ory Console.
  2. Locate the application you want to update.
  3. Click on trash bin symbol to update the application's configuration.
  4. Confirm the dialog to complete the deletion.