~fkooman/php-saml-sp#9: 
implement JS (partial) search with backend call

If there are more than say 50 IdPs it would make sense to not put all of them in the HTML, but instead dynamically load them based on search queries. Together with #8 we can implement something that can scale really well for unlimited number of IdPs.

Status
REPORTED
Submitter
~fkooman
Assigned to
No-one
Submitted
7 months ago
Updated
7 months ago
Labels
No labels applied.

~fkooman 7 months ago

use XMLHttpRequest to send AJAX calls to a search endpoint. If < 50 results are available populate the list of IdPs, otherwise ask user to type more.

Register here or Log in to comment, or comment via email.