How Do I Change the Portal URL and IdP URL Values in the Portal web.yaml File?
To update the values for the portal URL and IdP URL in the portal web.yaml file, do the procedure in this topic.
Good to Know
- When AgilePoint NX is installed, these values are configured by default. However, some configuration changes require these values to be changed.
How to Start
- In a text editor, open this file:
(NX Portal installation folder - v9.0 and higher) C:\Program Files\AgilePoint\AgilePointPortalInstance\config\web.yaml
Procedure
- In the file web.yaml, change these configuration keys:
Field Name Definition portalurl
- Description:
- Specifies the AgilePoint Portal Instance URL.
- Allowed Values:
- A globalVariables key in this format:
"portalurl": "[AgilePoint Portal Instance URL]"
For more information, refer to Find your Portal Instance URL.
- Default Value:
- None
- Example:
- "portalurl": "https://mynxportal:443"
idpurl
- Description:
- Specifies the AgilePoint IdP Issuer URL.
- Allowed Values:
- A globalVariables key in this format:
"idpurl": "[AgilePoint IdP Issuer URL]"
For more information, refer to Find your AgilePoint IdP Issuer URL.
- Default Value:
- None
- Example:
- "idpurl": "https://myagilepointnxdomain.com:13490/idp"
- Save the file.