Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Feb 2, 2024 9:13:40 AM
Oct 22, 2019 4:43:44 AM
When using SAML or ticket authentication which started in Qlik Sense June 2019, some users belonging to a big number of groups see the error "Qlik Sense G3 Broker API" on the hub and cannot proceed further.
You may receive the following error when setting up the SAML virtual proxy: cachebust pending
Environments:
The only known workaround in the above versions is to reduce the number of groups sent in the SAML response or ticket request.
The fix for this defect is included in the following versions, but additional steps may be necessary:
All Versions
The default setting will still be a header size of 8192 bytes. The fix adds support for a configurable MaxHttpHeaderSize.
Steps:
[globals]
LogPath="${ALLUSERSPROFILE}\Qlik\Sense\Log"
MigrationPort=4545
(...)
MaxHttpHeaderSize=65534
Note: Above value (16384) is an example. You may potentially need to put more depending of the total number of characters of all the AD groups to which the user belongs. The max value is 65534.
Other Related Articles:
https://community.qlik.com/t5/Official-Support-Articles/Error-431-when-trying-to-access-the-Qlik-Sen...
QB-234.
hello damien,
The above solution fix suitable for Feb 2023 patch1 version, what is the use of updating header size in service dispatcher.conf file .
How it will prevent the resolution fix for the error.
Hello @AgilentQlik
The solution to increase the header size ensures a large number of AD groups can be included in the request.
This option is also fixing a loading forever hub, while in the developer tools of the browser you find the 431 http error like:
https://your_server/api/about/v1/language?cachebust=1733308268272 431 (Request Header Fields Too Large).