Providers

  • SAML applications: A SAML provider can support multiple SAML apps, and each SAML app normally corresponds to a single SAML-enabled web application. Users are authenticated against a backing IDP or directory service, but authorization policy is enforced by the application based on the SAML assertions provided by the orchestrator.

  • OIDC providers: An OIDC provider can support multiple OIDC Apps, and each OIDC App normally corresponds to a single OIDC-enabled web application. Users are authenticated against a backing IDP or directory service, but authorization policy is enforced by the application based on the OIDC claims from the tokens provided by the orchestrator.

  • LDAP providers (Beta): An LDAP provider is an LDAP server that enables applications that use LDAP for user authentication to take advantage of modern authentication (e.g., OIDC) without rewriting the application.

Explore