Frontegg · Example Payload

Frontegg Application Example

AuthenticationAuthorizationIdentity ManagementCIAMB2B SaaSMulti-TenancyRBACSSOSCIMEntitlementsOAuthOpenID Connect

Frontegg Application Example is an example object payload from Frontegg, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameisDefaultlogoUrlappUrlloginUrltype

Example Payload

Raw ↑
{
  "id": "app-1",
  "name": "Customer Portal",
  "isDefault": true,
  "logoUrl": "https://cdn.example.com/portal.png",
  "appUrl": "https://portal.acme.example.com",
  "loginUrl": "https://portal.acme.example.com/login",
  "type": "web"
}