pub fn normalize_absolute_http_url(
field: &'static str,
value: &str,
) -> Result<String, OidcDiscoveryError>Expand description
Normalize and validate an absolute HTTP(S) URL.
This is stricter than normalize_url, which is retained for backward
compatibility and only parses the URL.