Configure client using UAS
All the clients that want to communicate with UAS can use UAS SDK.
To configure the client with UAS SDK:
1. Go to <HOPEX installation folder>\DotNet\packages.
2. Download MEGA.UAS.Client.Owin package to retrieve UAS SDK.
MEGA.UAS.Client.Owin is an OWIN middleware.
3. Use the ConfigureClient method to configure the client.
 
The following options must be the same (case sensitive) in client configuration as in HOPEX Options configuration:
*AuthenticationUrl (mandatory, only in Client configuration)
Unified Authentication Service URL
*ClientId (mandatory)
Identifier of your client
*ClientSecret (mandatory)
Secret of your client
*ClientRedirectUri (mandatory)
Redirect Url of your client
*ClientPostLogoutRedirectUri (not mandatory)
Post logout redirect url of your client if you want to manage it.
*ClientScope (mandatory)
Scope of your client
Usually, this information is stored in web.config website.