Skip to main content

Fake Mode

fake is the default mode. It preserves provided claims and fills OIDC scope-derived claims with realistic Faker data.

{
"mode": "fake",
"body": {
"sub": "user123",
"scope": "openid profile email"
}
}
POST /token
Request
{
"mode": "fake",
"body": {
"sub": "user123",
"scope": "openid profile email"
}
}
Response
No response yet
Decoded token
No token yet