Notes for deploying any new platform for the first time after the recent update :-

  1. All portals (Admin, Student, Desktop) must be deployed.
  2. Run the Db Migrator
  3. Enable 'Load User Profile: true' through the application pool.


     
  4.  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.

 


 

 

In this document