@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/api-oidc-discovery-and-jwks>
  a schema:TechArticle ;
  schema:headline "API OIDC Discovery and JWKS" ;
  schema:url <https://anchorfact.org/computer-science/api-oidc-discovery-and-jwks/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/api-oidc-discovery-and-jwks>
  schema:citation <https://openid.net/specs/openid-connect-discovery-1_0.html> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/api-oidc-discovery-and-jwks>
  schema:citation <https://datatracker.ietf.org/doc/html/rfc7517> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/api-oidc-discovery-and-jwks>
  schema:citation <https://auth0.com/docs/secure/tokens/json-web-tokens/json-web-key-sets> ;
  af:sourceTier "B" .