Skip to main content

normalize_endpoint_url

Function normalize_endpoint_url 

Source
pub fn normalize_endpoint_url(
    field: &'static str,
    endpoint: &str,
    issuer: &str,
) -> Result<String, OidcDiscoveryError>
Expand description

Normalize an OIDC endpoint URL, resolving relative endpoints against the issuer origin and path.