Merge pull request #23299 from overleaf/jel-admin-saml-ids

[web] Show SAML IDs in user audit logs and user info page

GitOrigin-RevId: b8baa44c3110764e466d92ad2b0dc54ddc8f7819
This commit is contained in:
Jessica Lawshe
2025-02-26 09:19:28 -06:00
committed by Copybot
parent 508b796a69
commit aa7692b7dc
2 changed files with 2 additions and 0 deletions
@@ -95,6 +95,7 @@ async function _addIdentifier(
providerId,
providerName,
userIdAttribute,
externalUserId,
}
await _addAuditLogEntry(
@@ -448,6 +448,7 @@ describe('SAMLIdentityManager', function () {
providerId: '1',
providerName: 'Overleaf University',
userIdAttribute: 'uniqueId',
externalUserId: 'externalUserId',
}
)
})