Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Add a way to more generally customise generated user information from SAML responses #6477

@anoadragon453

Description

@anoadragon453

Currently the displayname and user_id for users is generated from a SAML response on user registration. How this is done exactly depends on which of the two algorithms you select in your homeserver config.

If someone wants to customise this, they'll have to fork Synapse, add in their own algorithm, and then try to upstream it, maintaining their own fork in the meantime.

This is not fun. instead, just like we do with password providers, we should allow Synapse to ingest third-party modules to provide the mapping functionality instead. This way everyone can use the same Synapse codebase, but customise their own separate module as they please.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions