All work
- Warn on duplicated handler locationsSSPCPP-840Resolved issue: SSPCPP-840Scott Cantor
- Listener remoting map needs to be synchronizedSSPCPP-799Resolved issue: SSPCPP-799Scott Cantor
- Resolvers with exceptionId option don't report it as an attribute ID to clear.SSPCPP-797Resolved issue: SSPCPP-797Scott Cantor
- Artifact responses are invalidSSPCPP-792Resolved issue: SSPCPP-792Scott Cantor
- Duplicated processing of nested property sets in configSSPCPP-777Resolved issue: SSPCPP-777Scott Cantor
- Dynamic metadata provider fails to install filtersSSPCPP-763Resolved issue: SSPCPP-763Scott Cantor
- Scoped attributes are case-insensitive by definitionSSPCPP-721Resolved issue: SSPCPP-721Scott Cantor
- Xerces 3.1.3 vulnerabilities and fixesSSPCPP-702Resolved issue: SSPCPP-702Scott Cantor
- Provide event log DLL to avoid extraneous event log contentSSPCPP-682Resolved issue: SSPCPP-682Rod Widdowson
- Session Cleanup for Database Session Storage can cause performance issuesSSPCPP-670Resolved issue: SSPCPP-670Scott Cantor
- cached samlds.json files prematurely removed w/ multiple applicationIdsSSPCPP-669Resolved issue: SSPCPP-669Scott Cantor
- Occasional timeout resulting in allowed unauthorized requestSSPCPP-666Resolved issue: SSPCPP-666Scott Cantor
- BOOST autoconf macros break with gcc5SSPCPP-663Resolved issue: SSPCPP-663Scott Cantor
- shibd doesn't set any umaskSSPCPP-659Resolved issue: SSPCPP-659Scott Cantor
- setuid/setgid fails to remove supplementary groupsSSPCPP-658Resolved issue: SSPCPP-658Scott Cantor
- Update Windows librariesSSPCPP-657Resolved issue: SSPCPP-657Scott Cantor
- NameID insert logic appears wrong for ODBC Session storeSSPCPP-656Resolved issue: SSPCPP-656Scott Cantor
- Error while session creation using ODBC Storage ServiceSSPCPP-655Resolved issue: SSPCPP-655Scott Cantor
- Apache2 segfault on startup when enabling both mod_shib and mod_jkSSPCPP-653Scott Cantor
- Should Windows Installer set retricted permissions on the \opt\ treeSSPCPP-650Resolved issue: SSPCPP-650Rod Widdowson
- Logout currently limited to single application boundarySSPCPP-429Resolved issue: SSPCPP-429Scott Cantor
- openSUSE 12.1 and RH7 now use systemdSSPCPP-412Resolved issue: SSPCPP-412Scott Cantor
22 of 22
Don't render Help link if helpURL=null
Basics
Logistics
Basics
Logistics
Description
Environment
None
Details
Details
Created March 23, 2020 at 8:16 PM
Updated February 27, 2024 at 3:53 PM
Setting
this.helpURL = null;
should stop the EDS from rendering the 'Help' link, e.g. by dynamically setting the CSS property
display: none
ona.IdPSelectHelpButton
or removing the element or whatever.That would spare deployers having to edit the CSS only for this, in case there's no good content to make available from the Help link.
(And while we're at it: The default value for helpURL of
https://wiki.shibboleth.net/confluence/display/SHIB2/DSRoadmap
should also be reconsidered and doesn't resolve anymore, so maybe even defaulting tonull
would be preferrable going forward, with only a comment suggesting to set this to a URL explaining the UI / login process.)