All work
- Warn on duplicated handler locationsSSPCPP-840Resolved issue: SSPCPP-840Scott Cantor
- More files in dist liable to not be updatedSSPCPP-821Resolved issue: SSPCPP-821Rod Widdowson
- 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
- Shorthand SSO/Logout syntax not working with policyId settingSSPCPP-519Resolved issue: SSPCPP-519Scott Cantor
- Possible problem with g++ 4.6+ defining __STDC__ and __STDC_VERSION__SSPCPP-478Resolved issue: SSPCPP-478Scott Cantor
- RequestMap not normalizing hostname for comparisonSSPCPP-449Resolved issue: SSPCPP-449Scott Cantor
- setting relayState to use ODBC storage service results in attempted redirects to an invalid URLSSPCPP-448Resolved issue: SSPCPP-448Scott Cantor
- Multiple shib_state cookies get set -> server chokes on header field sizeSSPCPP-444Resolved issue: SSPCPP-444Scott Cantor
- Auto-generated ACS endpoints improperly tracked by indexSSPCPP-439Resolved issue: SSPCPP-439Scott Cantor
- Artifact resolver code doesn't use EndpointIndex in 2.0 artifactsSSPCPP-438Resolved issue: SSPCPP-438Scott Cantor
- Change links of https://spaces.inetrnet2.edu to wiki.shibboleth.netSSPCPP-431Resolved issue: SSPCPP-431Scott Cantor
- Logout currently limited to single application boundarySSPCPP-429Resolved issue: SSPCPP-429Scott Cantor
- Tracking of header names doesn't handle refresh of attribute config filesSSPCPP-426Scott Cantor
- ExtensibleAttribute internal marshalling doesn't handle attribute naming correctlySSPCPP-419Resolved issue: SSPCPP-419Scott Cantor
- redirectErrors configuration attribute does not handle relative URLsSSPCPP-417Resolved issue: SSPCPP-417Scott Cantor
- Schema catalogs should be set after XMLTooling init.SSPCPP-413Resolved issue: SSPCPP-413Scott Cantor
- NameID lookup for logout ignores logical SP boundariesSSPCPP-400Resolved issue: SSPCPP-400Scott Cantor
- Valgrind detects memory leaksSSPCPP-392Resolved issue: SSPCPP-392Scott Cantor
- Generation of keys for relay state is not strongly randomSSPCPP-391Resolved issue: SSPCPP-391Scott Cantor
- Cryptographic nameID is longer than key length that memcache can handleSSPCPP-387Resolved issue: SSPCPP-387Scott Cantor
- Correct date format in Expires headersSSPCPP-382Resolved issue: SSPCPP-382Scott Cantor
- Option to expire redirects on ApacheSSPCPP-381Resolved issue: SSPCPP-381Scott Cantor
- DiscoFeed should return empty feed with no metadata providerSSPCPP-379Resolved issue: SSPCPP-379Scott Cantor
- Bug in query in ODBC storage service pluginSSPCPP-372Resolved issue: SSPCPP-372Scott Cantor
- <SSO>SAML2</SSO> does not enable ECP supportSSPCPP-371Resolved issue: SSPCPP-371Scott Cantor
- SSL_CHECK_SERVERHELLO_TLSEXTSSPCPP-370Resolved issue: SSPCPP-370Scott Cantor
- Support for binary attributes in resolverSSPCPP-365Resolved issue: SSPCPP-365Scott Cantor
- Windows Installer loops infinitely if the SP is deinstalled from the Control PanelSSPCPP-363Resolved issue: SSPCPP-363Rod Widdowson
- OpenSUSE 11.4 RPM build can't handle warnings during mod_shib buildSSPCPP-358Resolved issue: SSPCPP-358Scott Cantor
- Library init routines should be idempotentSSPCPP-357Resolved issue: SSPCPP-357Scott Cantor
- Out of tree build not supportedSSPCPP-355Scott Cantor
- Package the SP to run as non-root userSSPCPP-353Resolved issue: SSPCPP-353Scott Cantor
- Split "package-level" and "user-level" settings in shib.conf to limit effect of RPM upgrades.SSPCPP-345Resolved issue: SSPCPP-345Scott Cantor
- Version strings in various spots are wired at compile timeSSPCPP-344Resolved issue: SSPCPP-344Scott Cantor
- Extraction of contacts and other built-in metadata informationSSPCPP-339Resolved issue: SSPCPP-339Scott Cantor
- RedHat Repository distribution tagSSPCPP-338Resolved issue: SSPCPP-338Scott Cantor
- ApplicationOverride for entityId does not use correct entityIdSSPCPP-336Resolved issue: SSPCPP-336Scott Cantor
- Handle query strings on POST and avoid unintended POST data consumptionSSPCPP-335Resolved issue: SSPCPP-335Scott Cantor
- Use of <Query> in RequestMap causes POST data to be lostSSPCPP-334Resolved issue: SSPCPP-334Scott Cantor
- Session cache slows down if large numbers of sessions with a single NameID are createdSSPCPP-332Resolved issue: SSPCPP-332Scott Cantor
- metadata intance failed manual validation checking: EndpointType must have BindingSSPCPP-331Resolved issue: SSPCPP-331Scott Cantor
- Storage-backed relay state value range is insufficient for high loadsSSPCPP-329Resolved issue: SSPCPP-329Scott Cantor
- Session cache applies wrong cache timeout valueSSPCPP-328Resolved issue: SSPCPP-328Scott Cantor
- Cache timeout calculation has a hole in the event no Sessions properties are foundSSPCPP-327Resolved issue: SSPCPP-327Scott Cantor
- ShibAccessControl requires ShibRequireAll to workSSPCPP-325Resolved issue: SSPCPP-325Scott Cantor
50 of 50
Don't render Help link if helpURL=null
Basics
Logistics
Basics
Logistics
Description
Environment
None
Details
Details
Assignee
Rod Widdowson
Rod WiddowsonReporter
peter
peterComponents
Created March 23, 2020 at 8:16 PM
Updated February 27, 2024 at 3:53 PM
Setting
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.)