Sha256: 3681fc073b494e9fe9e7a5938041f1d0c54d215d332cbf59b13045ca4777e844

Contents?: true

Size: 201 Bytes

Versions: 5

Compression:

Stored size: 201 Bytes

Contents

module Scimitar
  class ServiceProviderConfigurationsController < ApplicationController
    def show
      render json: Scimitar.service_provider_configuration(location: request.url)
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
scimitar-1.11.0 app/controllers/scimitar/service_provider_configurations_controller.rb
scimitar-2.10.0 app/controllers/scimitar/service_provider_configurations_controller.rb
scimitar-1.10.0 app/controllers/scimitar/service_provider_configurations_controller.rb
scimitar-2.9.0 app/controllers/scimitar/service_provider_configurations_controller.rb
scimitar-2.8.0 app/controllers/scimitar/service_provider_configurations_controller.rb