lib/saml/kit/logout_request.rb in saml-kit-1.0.24 vs lib/saml/kit/logout_request.rb in saml-kit-1.0.25
- old
+ new
@@ -65,9 +65,10 @@
private
def single_logout_service
return if provider.nil?
+
urls = provider.single_logout_services
urls.first
end
end
end