From e3bef396fb9d7829dca1989e63a5039efe6c58f9 Mon Sep 17 00:00:00 2001 From: crolar <65245469+crolarlibertyva@users.noreply.github.com> Date: Mon, 6 Mar 2023 13:40:51 -0500 Subject: [PATCH] rm stale readme (#11978) --- modules/openid_auth/MVI_README.yml | 32 ------------------------------ 1 file changed, 32 deletions(-) delete mode 100644 modules/openid_auth/MVI_README.yml diff --git a/modules/openid_auth/MVI_README.yml b/modules/openid_auth/MVI_README.yml deleted file mode 100644 index 3418635acb0..00000000000 --- a/modules/openid_auth/MVI_README.yml +++ /dev/null @@ -1,32 +0,0 @@ -openapi: '3.0.0' -info: - version: 0.0.1 - title: ICN Lookup - description: | - Looking up an ICN for an MVI record - - ### Authorization - - API requests are authorized using a Bearer token issued through an OpenID - Connect service to allow third-party applications. The token should be - submitted as an `Authorization` header in the form `Bearer `. - - termsOfService: '' - contact: - name: VA.gov - -tags: - - name: icn_from_mvi - description: Get an ICN for an MVI user - -servers: - - url: https://sandbox-api.va.gov/internal/auth/{version}/mvi-user - description: VA.gov API sandbox environment - variables: - version: - default: v0 - - url: https://api.va.gov/internal/auth/{version}/mvi-user - description: VA.gov API production environment - variables: - version: - default: v0