Merge pull request #4293 from backstage/rugvip/autoauth

core: add single provider mode for SignInPage, with automatic sign-in
This commit is contained in:
Patrik Oldsberg
2021-01-29 17:41:32 +01:00
committed by GitHub
7 changed files with 127 additions and 26 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core': patch
---
Add a `prop` union for `SignInPage` that allows it to be used for just a single provider, with inline errors, and optionally with automatic sign-in.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core': patch
---
Fix check that determines whether popup was closed or the messaging was misconfigured.