This section provides an overview of changes in Web Designer and in Web Portal 7.1 in comparison to previous versions.
This section provides an overview of changes in Web Designer and in Web Portal 7.1 in comparison to previous versions.
This section applies only if you did not install a new web application using the One Identity Manager installation tool. For more information, see Updating web applications.
If you did not install a new web application using the One Identity Manager installation tool, it is necessary to edit any existing web applications’ web.config file when upgrading to version One Identity Manager 7.1.
Open the web.config file in a text editor and insert the following text beneath the tag <assemblyBinding>:
<dependentAssembly>
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.2.0" newVersion="5.2.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.2.0" newVersion="5.2.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Data.OData" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.6.0.0" newVersion="5.6.4.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Data.Edm" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.6.0.0" newVersion="5.6.4.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Spatial" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.6.0.0" newVersion="5.6.4.0" />
</dependentAssembly>
This section applies only if you did not install a new web application using the One Identity Manager installation tool.
One Identity Manager includes a new full-text search engine for improved search performance. The Web Portal queries the search index service which must be installed as part of a new application server installation.
There are two options to migrate an existing Web Portal:
© 2024 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center