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
+4
View File
@@ -27,6 +27,10 @@ To try out SAML, you can use the mock identity provider:
./scripts/start-saml-idp.sh
```
## Authentication providers
[How to add an auth provider](https://github.com/spotify/backstage/blob/master/docs/auth/add-auth-provider.md)
## Links
- (The Backstage homepage)[https://backstage.io]