I'd like to share a configuration available for default ASP.NET page, which is delivered together with ProjectWise Web Server.
For example: In order to Auto login into ProjectWiseServerV8i.bentley.com server Datasource using SSO you need to modify the Default.aspx to look like the following:
<td rowspan="3" class="partBody" style='vertical-align: width: 25%'> <pw:Navigation ID="navigation" ConnectionId="default" Title="Navigation" Height="700px" runat="server" ProviderID="Bentley.ECOM.ProjectWiseProvider" Location="ProjectWiseServerV8i.bentley.com:Datasource" ConnectionInfo=""> </td>
Common properties for all web parts and LoginForm:
Note: automatic authentication works when credentials are specified for web parts. Specifying credentials for LoginForm will only show these values as default.
Common properties for all web parts:
LoginForm properties:
ContentControl/PropertiesControl web part properties:
PropertiesControl web part properties:
Search web part properties:
JP
Great article and great idea!