Skip to content

Commit 8675302

Browse files
authored
okta: retain full email address as user.name (#13404)
The entityanalytics_okta integration retains the full email address rather than only the username part of the address. This breaks being able to correlate individual entities with events, in addition to potentially allowing collision between non-identical users in events. So simplify the code and just keep the whole thing.
1 parent 3f9be68 commit 8675302

File tree

8 files changed

+452
-422
lines changed

8 files changed

+452
-422
lines changed

packages/okta/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "3.6.0"
3+
changes:
4+
- description: Set `user.name` from Okta `actor.alternateId` field without modification.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/13404
27
- version: "3.5.1"
38
changes:
49
- description: Fix request trace log removal.

0 commit comments

Comments
 (0)