This functionality was modified in an update. For more information, see Test the Web Client site (modified in an update) if you use a version before Update 23.
-
Navigate to the fully qualified name of the Web Client site. This must match exactly the Post Login Redirect URIs entered into Smart API Manager when configuring Web Client. For example:
https://[Host].[DomainServer]/SDxWebClient/
-
Log in to Smart API Manager.
You are automatically logged on as a user in the Web Client as part of the group that has access to the Smart API used by the Web Client. This is as set up in your identity provider, such as SiteMinder.
If your Smart API Manager server is on a different domain from the application server
on which the API Services is installed, then you need to add the Smart API Manager
server URL to the CORS entries in the web.config file for the Web Client site and
set allowCredentials to true. For example:
<security>
<oauth issuer="https://samoauth.ingrnet.com/sam/oauth" requiredScopes="ingr.api" />
<cors allowedOrigins="https://SDxserver.ingrnet.com,https://samoauth.ingrnet.com" allowedMethods="*" allowedHeaders="*" exposedHeaders="" allowCredentials="true" preflightMaxAge="600" />
</security>