Skip to content

Commit d709426

Browse files
authored
Merge pull request #90019 from Sammak/patch-12
Adding sign in log info
2 parents 969d617 + cc4012b commit d709426

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, email addresses, tenant name, and tenant ID for both the home tenant and the resource tenant.
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)