Core Components
- Download the installer files Hybr-2403.5.msi Hybr-2403.5.Initialize-Hybr.ini Hybr-2403.5.setup-hybr.bat Hybr-2403.5.SetupProducts-hybr.bat 
- Below are the prerequisites file if needed https://cloudassertdownloads.blob.core.windows.net/hybr/1.1.1.0/AAD%20-%20Prerequsites.pdfhttps://cloudassertdownloads.blob.core.windows.net/hybr/1.1.1.0/HYBR%20prerequisites%20for%20Live%20environment.pdfhttps://cloudassertdownloads.blob.core.windows.net/hybr/1.1.1.0/HYBR%20prerequisites%20for%20POC%20environment.pdf 
- Fill the Initialize-Hybr.ini file and then run the setup-hybr.bat file in administrator mode - Properties 
- Auth Provider 
- DB Config 
- AdminOrg 
- ServiceConfig - SHOULD_CONFIGURE_VCONNECT- 1 if Vconnect needs to configured, otherwise 0
- IS_VCONNECT_ONLY_FOR_WORKFLOW- 1 if Vconnect is installed only for Workflow, otherwise 0
- VCONNECT_ENDPOINT- http endpoint of the Vconnect instance
- VCONNECT_API_KEY- Vconnect instance's API key
- VCONNECT_API_SECRET- Vconnect instance's API secret
 
 
- Open Cmd in admin mode. 
- Setup-hybr.bat install 
- Navigate to 'C:\inetpub\HybrWebApp' and update identity provider information in web.config - Set - IsAADEnabledvalue to- trueif the customer needs support for Microsoft Entra ID; Otherwise set to- false- If this value is set to - true, update the below web.config with relevant values- AADAuthority- https://login.microsoftonline.com/common
- AADClientId- Azure App's Client ID
- AADClientSecret- Azure App's client secretIn
 
 
- Set - IsADFS2016Enabledvalue to- trueif the customer needs support for AD FS 2016; Otherwise set to- false- If this value is set to - true,- Add redirect URLs in application with the following format - https://{subDomainName}.admin.hybrlocal.com/OrgAccounts/SignInSuccesshttps://{subDomainName}.admin.hybrlocal.com/OrgAccounts/SignOutCallback https://{subDomainName}.hybrlocal.com/Accounts/SignInSuccess https://{subDomainName}.hybrlocal.com/Accounts/SignOutCallback https://{subDomainName}.hybrlocal.com/Register/SignInSuccess 
- Update the below web.config with relevant values - ADFS2016Authority
- ADFS2016MetaDataAddress
- ADFS2016ClientId
- ADFS2016ClientSecret
 
 
 
- Set - AdminOrgIdentityProviderTypevalue to- AADif Microsoft Entra ID is going to be used as identity provider for Hybr admin portal
- ADFS2016if AD FS 2016 is going to be used as identity provider for Hybr admin portal
 
 
- Hybr - Service Notification Handler settings - To Sync Subscription with external services 
- To log Service Catalog purchaseSet below app settings with appropriate values 
 
Settings Name
Group
Value
IsNotifyAzureQueue
EventNotifications
True/False
HybrApiUsername
HybrApiSettings
ex: hybrapiuser
HybrApiPassword
HybrApiSettings
8. To Support Custom domain
- Create DB for App 
- Add connection string in MVC (and API)'s web.config 
- Raise a custom domain request, this should create necessary tables on DB 
- Add custom domain mappings. Example: 

Last updated
