mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #2775 from overleaf/ew-update-metadata-processor
update metadata processor to match recommended workflow GitOrigin-RevId: ecce921a1451e4ab544b437691cdde4356ae1804
This commit is contained in:
parent
3a1ab63cce
commit
e45c9d6c10
1 changed files with 3 additions and 10 deletions
|
@ -60,14 +60,7 @@ async function main() {
|
|||
)}\n!!!!!!!!!!!!!\n`
|
||||
)
|
||||
|
||||
console.log(`UPDATE universities SET
|
||||
sso_entity_id = '${samlConfig.entityId}',
|
||||
sso_entry_point = '${samlConfig.entryPoint}',
|
||||
sso_cert = '${samlConfig.cert}',
|
||||
sso_user_id_attribute = 'eduPersonPrincipalName',
|
||||
sso_user_email_attribute = 'mail',
|
||||
sso_license_entitlement_attribute = 'eduPersonPrincipalName',
|
||||
sso_license_entitlement_matcher = '.'
|
||||
WHERE id =
|
||||
`)
|
||||
console.log(`SSO Entity ID: ${samlConfig.entityId}\n`)
|
||||
console.log(`SSO Entry Point: ${samlConfig.entryPoint}\n`)
|
||||
console.log(`SSO Certificate: ${samlConfig.cert}\n`)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue