Frontegg · JSON Structure

Frontegg Sso Config Structure

Type: object Properties: 7
AuthenticationAuthorizationIdentity ManagementCIAMB2B SaaSMulti-TenancyRBACSSOSCIMEntitlementsOAuthOpenID Connect

Frontegg Sso Config Structure is a JSON Structure definition published by Frontegg, describing 7 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id tenantId type domain samlMetadata ssoEndpoint enabled

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/frontegg/json-structure/frontegg-sso-config-structure.json",
  "title": "SsoConfiguration",
  "type": "object",
  "properties": {
    "id": "string",
    "tenantId": "string",
    "type": "string",
    "domain": "string",
    "samlMetadata": "string",
    "ssoEndpoint": "string",
    "enabled": "boolean"
  }
}