So that Wayfinder can be freely used by anyone whether or not they use OpenAthens, it has been designed to reference the metadata of multiple federations. If you are in a federation and your entity has a relevant <
idpdisc:DiscoveryResponse>
tag, then the all the visible IdPs of that federation will be included in search results.
Your entity will need to be published in at least one federation and include a discovery response binding. See: Enabling OpenAthens Wayfinder
You will also need to select the relevant federation(s) in the identity provider section of your connection. If you have added any additional identity providers they will be included.
The OpenAthens federation will not be enabled until your application is published
There are various reasons why an IdP entity might be hidden from Wayfinder using the hide-from-discovery entity category such as:
In such those cases there are times when you (but not everyone) would need to see them. For those situations we have a javascript boomarklet you can use:
<div style="width:200px;border:1px solid;text-align: center; background-color:#e0e0eb"> <p><a href="javascript: (function(){var jsCode = document.createElement('script'); jsCode.setAttribute('src', '/resources/wayfinder-debug.js'); document.body.appendChild(jsCode);}());">Wayfinder Debug</a></p></div> |