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 0IS_VCONNECT_ONLY_FOR_WORKFLOW
- 1 if Vconnect is installed only for Workflow, otherwise 0VCONNECT_ENDPOINT
- http endpoint of the Vconnect instanceVCONNECT_API_KEY
- Vconnect instance's API keyVCONNECT_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
IsAADEnabled
value totrue
if the customer needs support for Microsoft Entra ID; Otherwise set tofalse
If this value is set to
true
, update the below web.config with relevant valuesAADAuthority
- https://login.microsoftonline.com/commonAADClientId
- Azure App's Client IDAADClientSecret
- Azure App's client secretIn
Set
IsADFS2016Enabled
value totrue
if the customer needs support for AD FS 2016; Otherwise set tofalse
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
AdminOrgIdentityProviderType
value toAAD
if Microsoft Entra ID is going to be used as identity provider for Hybr admin portalADFS2016
if 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