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)