feat: Add custom fields & role assignment to OpenID strategy (#5612)

* started with Support for Customizable OpenID Profile Fields via Environment Variable

* kept as much of the original code as possible but still added the custom data mapper

* kept as much of the original code as possible but still added the custom data mapper

* resolved merge conflicts

* resolved merge conflicts

* resolved merge conflicts

* resolved merge conflicts

* removed some unneeded comments

* fix: conflicted issue

---------

Co-authored-by: Talstra Ruben SRSNL <ruben.talstra@stadlerrail.com>
This commit is contained in:
Ruben Talstra 2025-02-11 16:42:05 +01:00 committed by GitHub
parent 404b27d045
commit 2ef6e4462d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 250 additions and 2 deletions

View file

@ -110,6 +110,7 @@ export type TUser = {
plugins?: string[];
createdAt: string;
updatedAt: string;
customOpenIdData: { [key: string]: any };
};
export type TGetConversationsResponse = {