Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make IExternalLoginEventHandler support update User‘s properties #12845
Make IExternalLoginEventHandler support update User‘s properties #12845
Changes from all commits
6940e3c
efeade1
6275ee5
064c1b2
7620a38
a9ea4ed
6adbc1a
e3ed35a
9d9c6a0
1bce3cb
5e8e68e
61b18d3
d28459f
c81996b
466d429
203a7a9
0a764df
399cdbb
c9f2634
1c43ddc
9c2544c
39b50e9
3cff7fe
e4582a5
a748497
7c002e1
3833267
c698a48
16c315d
3f6c44d
2adf215
9ba430b
90607c6
382aef7
ea1c64f
881222d
642bd20
edf9af2
8f3d0c9
8e98ff8
3734d65
3b2b558
05132e9
674b17c
04b06ed
fbd68e6
877da10
02a6131
b364498
1ba61cc
6ee83af
e2855f2
1969039
9b23b7f
9e14df5
ed23f5b
66787e5
2c8b4b0
a5d1f64
631c4de
7460529
6640a76
42a0cf6
45cca3f
0184dbd
f858718
bd44ff5
b94647f
1e2391b
5ad1d4f
04bfb38
16f68be
75b9959
2db78fd
2748a01
1257eea
3285529
37ba12c
c9ae0bd
3b90e88
44a2bb1
359b0bd
e27de30
a9362dd
826608e
4fb8783
d9b31bb
06eea35
7dc3fc3
339e4d1
030679d
2aeca73
7cc8724
b008dca
0e746ce
dcba3fa
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gvkries It's actually checked here, but there's no way for us to get current user information using just these checks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reason for adding
SafeUser
is simply because it would make the parameter list too long if we were to add some user information toUpdateUserContext
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, you want to allow the script to check against existing properties. Do I understand that correctly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exactly !