When I ask the information of the user WSO2, the response contains only his sub.
Request GET https://srv-wso2.domain.com:9443/oauth2/userinfo?schema=openid
Request headers {Accept=[application/json, application/*+json], Authorization=[Bearer 50ff3e7940248bdc01e2c1d33de77537], Content-Length=[0]}
Response body {"sub":"RECIF/[email protected]"}
In repository/conf/identity/identity.xml file, OpenIdConnect is configured to use http://wso2.org/claims as UserInfoEndpointClaimDialect.
I use an Active Directory as user store. And in claims configuration, some mappings should be hit like displayName or givenName or fullname.
Any ideas ?
Edit: I have the same problems with the playground2 application. I use WSO2 5.1.0