plugins/auth-backend: docs for saml-idp

This commit is contained in:
Patrik Oldsberg
2020-06-02 13:42:15 +02:00
parent 5d24d086f5
commit cf5e4f367d
2 changed files with 12 additions and 0 deletions
+8
View File
@@ -19,6 +19,14 @@ read -r AUTH_GOOGLE_CLIENT_SECRET
export AUTH_GOOGLE_CLIENT_SECRET
run `yarn start` in packages/backend folder
### SAML
To try out SAML, you can use the mock identity provider:
```bash
./scripts/start-saml-idp.sh
```
## Links
- (The Backstage homepage)[https://backstage.io]