Skip to content

Commit 1354567

Browse files
authored
Adding sign in log info
Adding info about what is shared in the sign in log for both home tenant and resource tenant for B2B users. This was an ask from privacy and legal to make this information available.
1 parent 5e0a989 commit 1354567

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/active-directory/external-identities/external-collaboration-settings-configure.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,14 @@ Here's an example that shows how to use PowerShell to add a user to the Guest In
7171
Add-MsolRoleMember -RoleObjectId 95e79109-95c0-4d8e-aee3-d01accf2d47b -RoleMemberEmailAddress <RoleMemberEmailAddress>
7272
```
7373

74+
## Sign in logs for B2B users
75+
76+
When a B2B user signs into a resource tenant to collaborate, a sign in log is generated in both the home tenant and the resource tenant. These logs include information such as the application being used, the tenant name and tenant ID for both the home tenant and the resource tenant, and their email address.
77+
7478
## Next steps
7579

7680
See the following articles on Azure AD B2B collaboration:
7781

7882
- [What is Azure AD B2B collaboration?](what-is-b2b.md)
7983
- [Add B2B collaboration guest users without an invitation](add-user-without-invite.md)
80-
- [Adding a B2B collaboration user to a role](./add-users-administrator.md)
84+
- [Adding a B2B collaboration user to a role](./add-users-administrator.md)

0 commit comments

Comments
 (0)