Hi Bengt,
how do you "get" claims? Do you use userinfo endpoint or you extract sub from IdToken? Is your clients using "proper scopes" to request claims? For example, the client first has to be "allowed" to use certain scopes (you edit this in the client edit screen, in admin area).
Next, the client has to use those scopes in authorization request for IdP to release mapped claims. Also, your SimpleSAMLphp authentication source has to "provide" user attributes which are mapped to OIDC claims... So, there are a lot of places things can go wrong...
I'm aware that the debug logging is bad in the module. It is on a TODO list for v7 to fix this, and v7 is Work-in-Progress.
If the above doesn't help, feel free to join our SimpleSAMLphp Slack, and ping me there so we can debug this further.
Marko I.