Skip to main content

API errors

This is a list of possible and known error messages and solutions when using the OpenTalk API:

invalid_claims

On requesting a session you get an error:

{"code":"invalid_claims","message":"some required attributes are missing or malformed"}

Cause: Wrong CLIENT_ID set (OT_CLIENT_ID in the example script). You can verify this buy login with keycloak, in the URL field in the browser you see something like ...client_id=OT_CLIENT_ID....

to be continued ...