I was just noticing that in my testing (non cluster) installation, Inbound/Outbound was not specified anymore in the menu.
I think it's related to the fact of not installing Asimba as Mike asked.
I published applications (https://formation.gesform.fr/ for example) through netscaler VIP associated with an AAA SAML authentification portal which redirect to our ADFS Cluster.
On ADFS, if you choose ANFH logo, you can authenticate through Active Directory, if you choose "Etablissements", your mail is asked and according to the mail domain your are redirect to an external IdP.
It's supposed to be the clients Idp for those who have one, and our (external to AD) for those who do not.
For now, it's auth0.com, and it is working well.
But to explore a less expansive solution, I try to make it work with Gluu. Which appear in testing for as "idp.anfh.fr" ont the first ADFS page.
The problem is that even having reshaped adfs metadata, as soon as I import them in Gluu, I have a lot of errors in oxtrust.log with no explanation available.
More, in Auth0, I had to adjust the following parameters and I can't find any help on how to do this on Gluu ...
Specific settings on Addon: SAML2 Web App page in Auth0
```
{
"signatureAlgorithm": "rsa-sha256",
"authnContextClassRef": "urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport"
}
```