mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 10:15:04 +00:00
leave comment
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user