Merge pull request #2545 from spotify/rugvip/id

docs: clarify role of identity and SignInPage
This commit is contained in:
Patrik Oldsberg
2020-09-21 21:56:29 +02:00
committed by GitHub
+7
View File
@@ -35,6 +35,13 @@ full list of providers, see the
### Identity - WIP
> NOTE: Identity management and the `SignInPage` in Backstage is NOT a method
> for blocking access for unauthorized users, that either requires additional
> backend implementation or a separate service like Google's Identity-Aware
> Proxy. The identity system only serves to provide a personalized experience
> and access to a Backstage Identity Token, which can be passed to backend
> plugins.
Identity management is still work in progress, but there are already a couple of
pieces in place that can be used.