Commit 46e4775

mo <mo.khan@gmail.com>
2018-02-26 02:46:03
remove deprecation warning.
1 parent 841280e
Changed files (1)
lib/saml/kit/authentication_request.rb
@@ -34,9 +34,7 @@ module Saml
         at_xpath('./*/@AssertionConsumerServiceURL').try(:value)
       end
 
-      # @deprecated
       def name_id_format
-        Saml::Kit.deprecate("Use the method 'name_id_policy_format' instead. 'name_id_format'")
         name_id_policy_format
       end