17 lines
660 B
Markdown
17 lines
660 B
Markdown
|
---
|
||
|
layout: "api"
|
||
|
page_title: "Github Auth Backend - HTTP API"
|
||
|
sidebar_current: "docs-http-auth-github"
|
||
|
description: |-
|
||
|
This is the API documentation for the Vault Github authentication backend.
|
||
|
---
|
||
|
|
||
|
# Github Auth Backend HTTP API
|
||
|
|
||
|
This is the API documentation for the Vault Github authentication backend. For
|
||
|
general information about the usage and operation of the Github backend, please
|
||
|
see the [Vault Github backend documentation](/docs/auth/github.html).
|
||
|
|
||
|
This documentation assumes the Github backend is mounted at the `/auth/github`
|
||
|
path in Vault. Since it is possible to mount auth backends at any location,
|
||
|
please update your API calls accordingly.
|