Merge pull request #5338 from Alfresco/dev-eromano-ADF-4980

[ADF-4980] Fix app prefix
This commit is contained in:
mergify[bot]
2019-12-20 15:46:27 +00:00
committed by GitHub
7 changed files with 20 additions and 11 deletions

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)