Does any one have some suggestions on by passing the sign in page?
</code></p><p>I have had a raspberry pi siting behind a tv displaying a NOC view of our network map. I pulled it down to update it to a newer os as it has been 2 years or more since I had any major updates done to it. Mainly i needed to get it to display the Orion Maps as we have switched over to using them which I had been putting off on implementing into the NOC view.</p><p>So I have everything setup pretty much identical to the original setup but Solarwinds is consistently asking for sign in which is a problem as this thing will have no keyboard/mouse on it even with the directlink account. I have tried appending the "<code data-type="code-block" data-language="bash" data-id="136fc20a-9cca-4406-b043-375904f797de">&AccountID=DirectLink&Password=the-password" to the NOC View url but it does not change the outcome. <br />
It is a Raspberry Pi3 running PI OS (Bookworm) with auto login which launches the Chromium Browser in kisok mode with a few addition flags. It is the same as what i used from before.
x-www-browser --disable-infobars --kiosk --incognito --ignore-certificate-errors --disk-cache-dir=/dev/null --disk-cache-size=1 --media-cache-size=1 https://solarwinds/Orion/SummaryView.aspx?ViewID=87&isnocview=true&AccountID=DirectLink&Password=the-password &