-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add security customisation points #15350
Labels
Comments
jryans
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
Oct 9, 2020
Various small tweaks and alignments to match React SDK as part of TypeScript conversion. Part of element-hq/element-web#15350
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Oct 9, 2020
Some deployments provide a Secure Backup key from an identity system via token login, which we'll store in app storage. Part of element-hq/element-web#15350
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Oct 9, 2020
This includes a few small API tweaks as well, only in cases where TS revealed we were doing something confusing or wrong. Part of element-hq/element-web#15350
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Oct 9, 2020
This includes a few small API tweaks as well, only in cases where TS revealed we were doing something confusing or wrong. Part of element-hq/element-web#15350
This was referenced Oct 9, 2020
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Oct 15, 2020
This adds various customisations point in the app for security related decisions. By default, these do nothing, but would be customised at the app level via module replacement (so that no changes are needed here in the SDK). Fixes element-hq/element-web#15350
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Oct 16, 2020
This adds various customisations point in the app for security related decisions. By default, these do nothing, but would be customised at the app level via module replacement (so that no changes are needed here in the SDK). Fixes element-hq/element-web#15350
jryans
changed the title
Support 4S key from SSO provider
Add security customisation points
Oct 16, 2020
This issue evolved over time into a way of adding security customisation points to allow for custom behaviour that might be needed in different deployments. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some deployments would like to manage a user's 4S key within their SSO system, rather than prompting for it in Element itself, effectively simplifying the UX for cases where users can / are required to trust their SSO identity provider.
Element would receive the 4S key as part of the homeserver's token login response (recently added to Synapse) and Element would then create / access 4S using this key as needed for Secure Backup features.
Since this a fairly specific feature, we'll add some generic customisation points to Element that can be used to enable something like this.
The text was updated successfully, but these errors were encountered: