Fetches an OIDC discovery document from the well-known endpoint.
Always makes a network request — does NOT use the cache. Prefer getOidcDiscovery for cached access.
OIDC issuer URL (e.g. https://auth.example.com)
https://auth.example.com
Parsed and validated discovery document
If the fetch fails or required fields are missing
Fetches an OIDC discovery document from the well-known endpoint.
Always makes a network request — does NOT use the cache. Prefer getOidcDiscovery for cached access.