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.