mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-28 03:42:11 +00:00
refactor: include latest changes from core#145
This commit is contained in:
@@ -362,7 +362,6 @@ const config: Partial<SCConfigFile> = {
|
||||
type: 'Polygon',
|
||||
},
|
||||
features: {
|
||||
widgets: true,
|
||||
},
|
||||
menus: [
|
||||
{
|
||||
@@ -533,6 +532,25 @@ const config: Partial<SCConfigFile> = {
|
||||
languageSetting,
|
||||
],
|
||||
},
|
||||
auth: {
|
||||
paia: {
|
||||
client: {
|
||||
clientId: '',
|
||||
scopes: '',
|
||||
url: 'https://hds.hebis.de/Shibboleth.sso/UBFFM?target=https://hds.hebis.de/ubffm/paia_login_stub.php',
|
||||
},
|
||||
endpoints: {
|
||||
authorization: 'https://hds.hebis.de/Shibboleth.sso/UBFFM?target=https://hds.hebis.de/ubffm/paia_login_stub.php',
|
||||
mapping: {
|
||||
id: '$.email',
|
||||
name: '$.name',
|
||||
role: '$.type',
|
||||
},
|
||||
token: 'https://hds.hebis.de:8443/auth/login',
|
||||
userinfo: 'https://hds.hebis.de:8443/core',
|
||||
},
|
||||
},
|
||||
},
|
||||
backend: {
|
||||
SCVersion: JSON.parse((readFileSync(resolve('.', '.', 'package.json'), 'utf-8')).toString())
|
||||
.dependencies['@openstapps/core'],
|
||||
|
||||
Reference in New Issue
Block a user