main
1# frozen_string_literal: true
2
3xml.instruct!
4xml.LogoutRequest logout_request_options do
5  xml.Issuer(issuer, xmlns: Saml::Kit::Namespaces::ASSERTION)
6  signature_for(reference_id: id, xml: xml)
7  xml.NameID name_id_options, user.name_id_for(name_id_format)
8end