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:
@@ -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',
|
||||
}
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user