enanche doc

This commit is contained in:
Eugenio Romano
2019-12-17 17:22:06 +00:00
parent aba7095d3d
commit 02ea026b6b

View File

@@ -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)