Documentation: Add guide for how to add an auth provider to the backend (#1145)

* Add guide for how to add a auth provider to the backend

* Move to new docs folder and small corrections

* Split oauth and non-oauth use-cases up and add more info about the verifyFunc

* Move summary to top and add note about non-oauth providers being experimental
This commit is contained in:
Marcus Eide
2020-06-09 09:39:27 +02:00
committed by GitHub
parent 920f496a7f
commit e9a2444c9a
4 changed files with 209 additions and 0 deletions
+1
View File
@@ -7,3 +7,4 @@ Check out <https://backstage.io> or see the table of content below.
- [References](reference/README.md)
- [Publishing](publishing.md)
- [Designing for Backstage](design.md)
- [How to add an auth provider](auth/add-auth-provider.md)