# File lib/omniauth/strategies/crowd/crowd_validator.rb, line 16 def user_info user_info_hash = retrieve_user_info! if user_info_hash && @configuration.include_users_groups? user_info_hash = add_user_groups!(user_info_hash) else user_info_hash end if user_info_hash && @configuration.use_sessions? user_info_hash = set_session!(user_info_hash) end user_info_hash end