leave comment

This commit is contained in:
peintnermax
2024-08-21 14:25:27 +02:00
parent 6196c04caa
commit cb77ea4ce0

View File

@@ -22,6 +22,7 @@ export function idpTypeToSlug(idpType: IdentityProviderType) {
} }
// this maps the IDPInformation to the AddHumanUserRequest which is used when creating a user or linking a user (email) // this maps the IDPInformation to the AddHumanUserRequest which is used when creating a user or linking a user (email)
// TODO: extend this object from a other file which can be overwritten by customers like map = { ...PROVIDER_MAPPING, ...customerMap }
export const PROVIDER_MAPPING: { export const PROVIDER_MAPPING: {
[provider: string]: ( [provider: string]: (
rI: IDPInformation, rI: IDPInformation,