Skip to main content

check_issuer

Function check_issuer 

Source
fn check_issuer(
    response: Map<String, Value>,
    provider: &Provider,
) -> Result<Map<String, Value>>
Expand description

Validate that the locally configured issuer_url matches the issuer claimed in any response. todo: cryptographic validation is not yet implemented here.