So... just for future reference, depending on your IdP software, group membership is usually present in the JWT token used for authentication in the form of a JWT claim.
As the other answers stated the standard does not define what the JWT claim containing groups will be called, but you can capture and decode the OIDC JWT token and see what your implementation calls it, though you will have to request the appropriate scope.