Skip to content

Commit 166b9b8

Browse files
committed
fix after_scim_response
1 parent 4f89d52 commit 166b9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/scim_rails/scim_service_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class ScimServiceController < ScimRails::ApplicationController
33
def configuration
44
ScimRails.config.before_scim_response.call(request.params) unless ScimRails.config.before_scim_response.nil?
55

6-
ScimRails.config.after_scim_response.call(users, "RETRIEVED") unless ScimRails.config.after_scim_response.nil?
6+
ScimRails.config.after_scim_response.call(ScimRails.config.config_schema, "RETRIEVED") unless ScimRails.config.after_scim_response.nil?
77

88
json_scim_response(object: nil)
99
end

0 commit comments

Comments
 (0)