-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADFS Modeling Rule Modification (#37842)
* Removed the use of incidr6 in the modeling rule, cause it isn't supported * Added adfs keyword to the pack MicrosoftADFS * Modified modeling rule * Added release notes * Added keywords and tags * Update Packs/MicrosoftADFS/ReleaseNotes/1_0_19.md Co-authored-by: ShirleyDenkberg <[email protected]> --------- Co-authored-by: ShirleyDenkberg <[email protected]>
- Loading branch information
1 parent
1aedc0c
commit 9535bb5
Showing
3 changed files
with
52 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#### Modeling Rules | ||
##### Microsoft ADFS Collection | ||
Improved and added mapping for the following xdm fields: | ||
- *xdm.source.user.username* | ||
- *xdm.source.user.domain* | ||
- *xdm.source.ipv4* | ||
- *xdm.source.ipv6* | ||
- *xdm.source.user.upn* | ||
- *xdm.source.host.ipv6_addresses* | ||
- *xdm.intermediate.ipv4* | ||
- *xdm.intermediate.ipv6* | ||
- *xdm.intermediate.host.ipv4_addresses* | ||
- *xdm.intermediate.host.ipv4_public_addresses* | ||
- *xdm.intermediate.host.ipv6_addresses* | ||
|
||
Removed the following fields: | ||
- *xdm.source.host.ipv6_addresses* | ||
- *xdm.source.host.ipv6_public_addresses* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters