Frontegg · Example Payload

Frontegg Vendor Auth Example

AuthenticationAuthorizationIdentity ManagementCIAMB2B SaaSMulti-TenancyRBACSSOSCIMEntitlementsOAuthOpenID Connect

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

Top-level fields

tokenexpiresIntokenType

Example Payload

Raw ↑
{
  "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ2ZW5kb3IifQ.signature",
  "expiresIn": 600,
  "tokenType": "Bearer"
}