Frontegg · JSON Structure

Frontegg Application Structure

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

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

Properties

id name description isDefault logoUrl appUrl loginUrl type

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-application-structure.json",
  "title": "Application",
  "type": "object",
  "properties": {
    "id": "string",
    "name": "string",
    "description": "string",
    "isDefault": "boolean",
    "logoUrl": "string",
    "appUrl": "string",
    "loginUrl": "string",
    "type": "string"
  }
}