Skip to content
Rachel-Alcraft edited this page Mar 27, 2023 · 5 revisions

OneDriveKey

image

  • The OneDrive key is added to the client web.config after release and enables the users to save and load models from their OneDrive

  • The keys for the onedrive are stored in the private repo BmaCredentials.

<appSettings>
    <!-- ################# NEW RESERVATION PRODUCTION WEBSITE #################### -->
	<!--Live app ID goes here. Get it from the onedrive reg site-->        
    <add key="LiveAppId" value="----------- something here ------------------" />	
    <add key="RedirectUrl" value="https://biomodelanalyzer.azurewebsites.net/html/callback.html" />	
    <add key="BackEndUrl" value="https://bmaserver.azurewebsites.net"/>        
  </appSettings>
  • There is a 1:1 mapping between URL and OneDrive key. The OneDrive key is generated from the Azure Portal by an adminsitrator of the services from AppRegistrations: image

Clone this wiki locally