Published onNovember 18, 2023Return additional claims from user info endpoint in OpenID Connect rather than in an access tokenauthenticationaccess-tokenopenid-connectuser-info-endpointclaimstoken-endpointIf you return your claims in an access token then you might hit the size limit since access token are returned in the url, you might be better off returning your claims from the user info endpoint.