David Hubbard - 2018-01-11

I am running JOSSO2 2.4.3 on Linux

I have created a (hopefully) trivial Identity Appliance Setting - with an "External" SAML Service Provider Endpoint.

[cid:image001.jpg@01D38AF6.16A1D990]

The "External" endpoint is actually my server, but not using JOSSO as SP-Side implementation.

I have deployed this and it starts.

karaf@josso-ce>appliance:view 1
ID Name State Revision Display Name
Last/Deployed
[ 1] [demoIdP ] [STARTED ] [15/15] demoIdP
Defined
Revision : 15
Namespace : net.mycompany.demorealm
Location : http://mydomain:8081/IDBUS/DEMOIDP
Branding : josso2-default-branding
Providers : 2
idp-1 http://mydomain:8081/IDBUS/DEMOIDP/IDP-DEMO
my-vault
idp-demo-basic-authn [BasicAuthentication]
[josso2-default-branding]
my-app http://mydomain:8081/IDBUS/DEMOIDP
Exec. Envs : 0
ID Sources : 1
my-vault EmbeddedIdentityVault

Deployed
Revision : 15
Time : Thu Jan 11 15:37:09 GMT 2018
Units : 1
Unit : net.mycompany.demorealm.demoidp.idau 1.0.15 (FEDERATION_UNIT)
Providers: 2
idp-1 http://mydomain:8081/IDBUS/DEMOIDP/IDP-DEMO
my-app http://mydomain:8081/IDBUS/DEMOIDP

However when my SAMLAuth Request arrives at JOSSO server it responds with I a 404 response, and puts a warning in the log

2018-01-11 15:38:14,060 | WARN | qtp-1948017857-2 | OsgiIDBusServlet2 | component.http.OsgiIDBusServlet2 671 | 195 - org.atricore.idbus.kernel.main - 1.4.3 |
Make sure your appliance is STARTED [http://mydomain:8081/IDBUS/DEMOIDP]

From my SP side I have tried using both the URL for the appliance (http://mydomain:8081/IDBUS/DEMOIDPhttp://127.0.0.1:8081/IDBUS/DEMOIDP) and the IDP (http://mydomain:8081/IDBUS/DEMOIDP/IDP-DEMOhttp://127.0.0.1:8081/IDBUS/DEMOIDP/IDP-DEMO) with same result.

So it Have I missed something? Hoping someone can give me quick pointer or somewhere else to look.