AEGIS request verification
Verification results, cache behavior, policy and explicit authority.
AEGIS resolves and verifies OAS identity documents and exposes policy, key, delegation, authentication and wallet modules. Its high-level SDK combines configured stores and providers.
VerificationPipeline::verify may return an unexpired cached result. It does not unconditionally bypass cache for every revocation check. Use cache policy and verify_force_refresh deliberately when the operation requires fresh evidence, and exercise invalidation in the deployed system.
Inspect the typed verification result and warnings under your configured policy. Do not equate one numeric conformance/trust field with permission to perform every privileged action. Authenticated identity, permitted scope, tenant access and authority are separate requirements.
Read the pipeline, policy evaluators, delegation, and the nine-crate source reference.