Function saml_rs::response::add_status
source · [−]Expand description
Adds a set of status tags to a response
Using the command thusly: add_status("Success", &mut writer);
Will add this:
<samlp:Status>
<samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Success"/>
</samlp:Status>