[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 UTC."],[[["\u003cp\u003eThe validation endpoint you use depends on whether you requested an OIDC token or a PKI token.\u003c/p\u003e\n"],["\u003cp\u003eOIDC token validation uses the endpoint \u003ccode\u003ehttps://confidentialcomputing.googleapis.com/.well-known/openid-configuration\u003c/code\u003e, providing details like supported claims, algorithms, and the issuer.\u003c/p\u003e\n"],["\u003cp\u003ePKI token validation utilizes the endpoint \u003ccode\u003ehttps://confidentialcomputing.googleapis.com/.well-known/attestation-pki-root\u003c/code\u003e, with \u003ccode\u003eroot_ca_uri\u003c/code\u003e specifying the path to the root certificate.\u003c/p\u003e\n"],["\u003cp\u003eThe attestation tokens for OIDC come with supported claims, listed under \u003ccode\u003eclaims_supported\u003c/code\u003e and for example, the signing algorithms are specified under \u003ccode\u003eid_token_signing_alg_values_supported\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Attestation token validation endpoint fields\n\n*** ** * ** ***\n\nWhich validation endpoint you use depends on the type of token that you\nrequested:\n\n- [OIDC tokens](#oidc)\n\n- [PKI tokens](#pki)\n\nOIDC tokens\n-----------\n\nThe following table describes the high-level fields returned at the OIDC token\nvalidation endpoint,\n[`https://confidentialcomputing.googleapis.com/.well-known/openid-configuration`](https://confidentialcomputing.googleapis.com/.well-known/openid-configuration).\n\nPKI tokens\n----------\n\nThe following table describes the high-level fields returned at the PKI token\nvalidation endpoint,\n[`https://confidentialcomputing.googleapis.com/.well-known/attestation-pki-root`](https://confidentialcomputing.googleapis.com/.well-known/attestation-pki-root)."]]