From 02ea026b6bac8a9dbd849dcdaba51ccfc5b841da Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Tue, 17 Dec 2019 17:22:06 +0000 Subject: [PATCH] enanche doc --- docs/core/services/storage.service.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/core/services/storage.service.md b/docs/core/services/storage.service.md index 1b904d49c4..a612536567 100644 --- a/docs/core/services/storage.service.md +++ b/docs/core/services/storage.service.md @@ -61,6 +61,11 @@ In order to achieve this, you will only need to set your app identifier under th **Important note** This identifier must be unique to the app to guarantee that it has its own storage. +### SSO storagePrefix related scenario +The storagePrefix can allow you to login with multiple user in the same browser only if: + - Or You don't use the implicit flow + - Or You use implicit flow you use different AIMS instances for any app + ## See also - [Cookie service](cookie.service.md)