Il mar 6 ago 2019, 16:18 Heather Flanagan <hlflanagan at sphericalcowgroup.com>
ha scritto:
...
- With the OIDC front end, it won’t automatically work with multiple
backends (cannot select between multiple backends). Need a custom routing
service. Does anyone have such a routing service available? Giuseppe wrote
one; can find it in the Satosa PRs. It intercepts the call and uses a map
of entity IDs that need this.
This Is the PR, It was cleaned from useless commits:
https://github.com/IdentityPython/SATOSA/pull/220
Update on pyFF.
...
- Giuseppe uses pyFF with a scheduler.
It's coupled with a simple MDQ interface made with httpd (nginx), It works
with
rewrite rules to serve static contents (metadata) with good
performances. This is the thread
https://github.com/IdentityPython/pyFF/issues/172
A future and more generalized DS interface, as pyff and thiss.io already
does, will be built on top of this, when needed
https://github.com/UniversitaDellaCalabria/unicalDiscoveryService/blob/mast…
It only renders the HTML templates starting from this function
https://github.com/UniversitaDellaCalabria/unicalDiscoveryService/blob/mast…
It Will be trivial to implement an Ajax call to feed a DOM input filter. I
have to do a better investigation of thiss.io to get some components to
import in this project
Regards