Notes for deploying any new platform for the first time after the recent update :-
- All portals (Admin, Student, Desktop) must be deployed.
- Run the Db Migrator
- Enable 'Load User Profile: true' through the application pool.
- Add authorization server information to the appsettings file:
"AuthServer": {
"BaseUrl": "https://saasauth.devnas-us.com/",
"Authority": "https://new.devnas-us.com/",
"RequireHttpsMetadata": "false"
}
5. if the website contains desktop and mobile applications, make sure to add the scopes and openid configrations from the admin portal.