SlashID · Example Payload

Slashid Oauth2 Token Request Example

IdentityAuthenticationPasswordlessMFAPasskeysUser ManagementCIAMOAuth2OIDCSSORBACSecurity

Slashid Oauth2 Token Request Example is an example object payload from SlashID, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

grant_typeclient_idclient_secretscope

Example Payload

Raw ↑
{
  "grant_type": "client_credentials",
  "client_id": "client_abc123",
  "client_secret": "secret_xyz",
  "scope": "openid profile"
}