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
/tokenRequest
{
"mode": "fake",
"body": {
"sub": "user123",
"scope": "openid profile email"
}
}
Response
No response yet
Decoded token
No token yet