-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af8a78a
commit d60dd42
Showing
21 changed files
with
4,037 additions
and
4,585 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
layout: "api" | ||
page_title: "App ID Auth Backend - HTTP API" | ||
sidebar_current: "docs-http-auth-appid" | ||
description: |- | ||
This is the API documentation for the Vault App ID authentication backend. | ||
--- | ||
|
||
# App ID Auth Backend HTTP API (DEPRECATED) | ||
|
||
This is the API documentation for the Vault App ID authentication backend. For | ||
general information about the usage and operation of the App ID backend, please | ||
see the [Vault App ID backend documentation](/docs/auth/app-id.html). | ||
|
||
This documentation assumes the App ID backend is mounted at the `/auth/app-id` | ||
path in Vault. Since it is possible to mount auth backends at any location, | ||
please update your API calls accordingly. |
Oops, something went wrong.