Question
FAA
US
Last activity: 8 Dec 2021 15:06 EST
Icon missing for SAML Authentication Service
I have successfully created a SAML service. Visiting the application URL displays the login screen along with the option to use single sign-on, which is great (see the attached picture). However, as you can see in the attachment, the icon is not rendered. The icon was uploaded as a binary file and configured as the "Provider logo" in the SAML Authentication Service, and the logo binary file is in a ruleset accessible to the Unauthenticated access group.
Here is the code in pyDisplayAuthScreenSelector that should render the icon:
<img data-template="" data-test-id="201710231152050861458296" data-ctl="Icon" src='<%=imageRestPath+"svg/"+name%>' class="cursordefault" title="" name="pxRuleForm_RH_1_8" alt="">
The src attribute ends up being "PRRestService/oauth2/v1/webwb/svg/MyAccess", and that is definitely not the location where the image is stored (MyAccess is the name of the Auth Service, btw).
Any ideas?