Commit 0ae399f

mo <mo@mokhan.ca>
2017-11-18 01:38:06
remove duplicate declaration of provider.
1 parent 537c63f
Changed files (1)
saml-kit
saml-kit/lib/saml/kit/logout_response.rb
@@ -21,10 +21,6 @@ module Saml
         to_h[name]['Destination']
       end
 
-      def provider
-        registry.metadata_for(issuer)
-      end
-
       private
 
       class Builder