We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f89d52 commit 166b9b8Copy full SHA for 166b9b8
app/controllers/scim_rails/scim_service_controller.rb
@@ -3,7 +3,7 @@ class ScimServiceController < ScimRails::ApplicationController
3
def configuration
4
ScimRails.config.before_scim_response.call(request.params) unless ScimRails.config.before_scim_response.nil?
5
6
- ScimRails.config.after_scim_response.call(users, "RETRIEVED") unless ScimRails.config.after_scim_response.nil?
+ ScimRails.config.after_scim_response.call(ScimRails.config.config_schema, "RETRIEVED") unless ScimRails.config.after_scim_response.nil?
7
8
json_scim_response(object: nil)
9
end
0 commit comments