...
The filter produced is set as query string parameter to eduTeams Discovery Service URL for the discovery request. It can be set either by value or by reference.
...
Code Block |
---|
https://discovery.eduteams.org/wayf.php?filter=eyJhbGxvd0hvc3RlbCI6dHJ1ZSwiYWxsb3dIb3N0ZWxSZWciOnRydWV9Cg== |
Filter by reference - efilter
Code Block |
---|
https://discovery.eduteams.org/wayf.php?efilter=www.example.com/filter |
where contents of www.example.com/filter would be
Code Block |
---|
eyJhbGxvd0hvc3RlbCI6dHJ1ZSwiYWxsb3dIb3N0ZWxSZWciOnRydWV9Cg== |
...