Mart Portal using Azure AD (OAuth2), when loading group the tool keeps time out
Mart Portal using Azure AD (OAuth2), when loading group the tool keeps time out - This is due to Mart Portal searching all the groups in Azure AD, if there are more then 20,000 -50,000 groups, it normally will time out as our default time is set to 300 seconds ( 5 minutes)
the workaround is to increase time out setting by Edit
C:\Program Files\erwin\Mart Portal\Apache\conf\extra\httpd-vhosts.conf
change ProxyPass http://localhost:18172/MartServer connectiontimeout=5 timeout=300
to ProxyPass http://localhost:18172/MartServer connectiontimeout=5 timeout=3000
change ProxyPass http://localhost:18174/MartServerCloud connectiontimeout=5 timeout=300
to ProxyPass http://localhost:18174/MartServerCloud connectiontimeout=5 timeout=3000
change ProxyPass http://localhost:18176/MartER360 connectiontimeout=5 timeout=300
to ProxyPass http://localhost:18176/MartER360 connectiontimeout=5 timeout=3000
For 14.1, this can be used as a workaround when configure SSO using OAuth2.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center