pub async fn get_saml_metadata(__arg0: State<ApiState>) -> impl IntoResponseExpand description
Get SAML metadata for this SP (Service Provider).
SP configuration (entity_id, acs_url, slo_url) is read from storage key saml_sp:config.
Store a JSON object with those fields to customise the metadata for your deployment.