...
Java socket server: Working PoC using Scott’s remoted HTTP Request/Response. Next will flesh out more with more real-world config and (maybe) with some basic SAML processing to illustrate the end-goal.
Daniel
Henri
https://shibboleth.atlassian.net/browse/JOIDC-57
Root-cause is that Jetty includes brackets in the response for HttpServletRequest.getLocalAddr()
https://shibboleth.atlassian.net/browse/JOIDC-21
Managed to get full sequence PoC flow working with the access tokens
Realized that the “metadata policy” (see /wiki/spaces/DEV/pages/1213038673 ) included in the access token is probably useful as a profile configuration option too
...