mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 06:42:59 +00:00
log provider info
This commit is contained in:
@@ -116,6 +116,7 @@ function createUser(
|
|||||||
info: IDPInformation,
|
info: IDPInformation,
|
||||||
): Promise<string> {
|
): Promise<string> {
|
||||||
const userData = PROVIDER_MAPPING[provider](info);
|
const userData = PROVIDER_MAPPING[provider](info);
|
||||||
|
console.log(JSON.stringify(info));
|
||||||
return userService.addHumanUser(userData, {}).then((resp) => resp.userId);
|
return userService.addHumanUser(userData, {}).then((resp) => resp.userId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user