Merge pull request #2489 from iamrajiv/issue_1994

Added description header field in backstage.io docs
This commit is contained in:
Ivan Shmidt
2020-09-16 22:29:50 +02:00
committed by GitHub
81 changed files with 97 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
---
id: add-auth-provider
title: Adding authentication providers
description: Documentation on Adding authentication providers
---
## Passport
+1
View File
@@ -1,6 +1,7 @@
---
id: auth-backend-classes
title: Auth backend classes
description: Documentation on Auth backend classes
---
## How Does Authentication Work?
+1
View File
@@ -1,6 +1,7 @@
---
id: auth-backend
title: Auth backend
description: Documentation on Auth backend
---
## TODO
+1
View File
@@ -1,6 +1,7 @@
---
id: glossary
title: Glossary
description: All Glossaries related to auth
---
- **Popup** - A separate browser window opened on top of the previous one.
+1
View File
@@ -1,6 +1,7 @@
---
id: index
title: User Authentication and Authorization in Backstage
description: Documentation on User Authentication and Authorization in Backstage
---
## Summary
+3
View File
@@ -1,6 +1,9 @@
---
id: oauth
title: OAuth and OpenID Connect
description: This section describes how Backstage allows plugins to request
OAuth Access Tokens and OpenID Connect ID Tokens on behalf of the user, to be
used for auth to various third party APIs
---
This section describes how Backstage allows plugins to request OAuth Access