Once user signs in into SSO, I always get the dialog on the app start. This behavior seems incorrect
Update to the issue:
This was not a quick fix issue as thought before and would need some rethinking and discussions. WE will push it to the next release of this extension and with that to next release downstream.
one of the proposed solutions
Full implementation would require to implement:
- Ask users if they trust the extension provider and save trusted provider names somewhere in configuration
- Support whitelist for extensions that can access to authentication sessions created by other extensions without user confirmation
- Store the list of extensions that user allowed access to access authentication sessions created by other extensions
- We have to agree on how we are going to store the info above as a plain file or lightweight db or some other way
Once user signs in into SSO, I always get the dialog on the app start. This behavior seems incorrect
Update to the issue:
This was not a quick fix issue as thought before and would need some rethinking and discussions. WE will push it to the next release of this extension and with that to next release downstream.
one of the proposed solutions
Full implementation would require to implement: