mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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`
|
)}\n!!!!!!!!!!!!!\n`
|
||||||
)
|
)
|
||||||
|
|
||||||
console.log(`UPDATE universities SET
|
console.log(`SSO Entity ID: ${samlConfig.entityId}\n`)
|
||||||
sso_entity_id = '${samlConfig.entityId}',
|
console.log(`SSO Entry Point: ${samlConfig.entryPoint}\n`)
|
||||||
sso_entry_point = '${samlConfig.entryPoint}',
|
console.log(`SSO Certificate: ${samlConfig.cert}\n`)
|
||||||
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 =
|
|
||||||
`)
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue