Setup
Third-party URL and parameter details can be set through Web Admin > Configuration > View/Edit Third Party Links menu.
🛠️ Link Configuration Parameters
| Parameter | Description |
|---|---|
| SSO Link | URL of website to open from ODIN Apps. e.g. https://www.google.com |
| User ID | Query string field name for passing UserId field. |
| Session ID | Query string field name for passing SessionId field. |
| Parameter 1 | An option to pass additional static parameter in query string. e.g. Calling_App=SIPL |
| Parameter 2 | An option to pass additional static parameter in query string. e.g. Target_App=CLIENTSUMMARY |
| Encode | Supported encryption in which parameters values will be encoded. Supported Options: NONE (plaintext), BASE64, HEX, NextChar_UserId, AES. e.g. Base64 encoded UserId=REFSVw== |
| Menu Type | An option to show third party link as Parent or Sub Menu in ODIN Apps menu. Supported options: Parent Menu, Sub Menu. |
| URL Parameters In | This parameter will denote whether parameters will be passed in query string or inline in URL. Supported options: Query string, Inline. Note: For Inline mode, need to specify place holders for userId, sessionId and product in URL and while opening of URL system will replace actual values with placeholders. Format: http://www.google.com/{userId}/{sessionId}/{product} e.g. http://www.google.com/REFSVw==/NGQUMzNzY/ODIN%20AERO?Link=1 |
| URL Container Type | This parameter will denote whether page will be open in Popup or iframe. Supported options: POPUP, IFRAME. Note: Iframe option is applicable only for Breeze. |