<samlp:AuthnRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
    <%- AssertServiceURLAndDestination %>
    ID="<%= ID %>"
    IssueInstant="<%= IssueInstant %>"<% if (ForceAuthn) { %> ForceAuthn="true"<% } %>
    ProtocolBinding="<%= ProtocolBinding %>" Version="2.0">
    <saml:Issuer xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"><%= Issuer %></saml:Issuer>
</samlp:AuthnRequest>