Communication Protocol used by SP with TCPListener-enabled
Cantor, Scott
cantor.2 at osu.edu
Wed Jan 10 11:56:21 EST 2018
On 1/10/18, 11:13 AM, "dev on behalf of César Bernardini" <dev-bounces at shibboleth.net on behalf of cbernardini at barracuda.com> wrote:
> To make this system calls, there seems to be three posibilities:
> * TCP socker Listener [not recommended to be used]
> * Unix socket listener [recommended? i assume not]
I don't know where you're getting your information, but those are the two default plugins (on Windows and everywhere else). They're hardly "not recommended" since they're the only possibilities.
> For example, if I am unidentified and I access to the SP. The SP will request via mod_shib who I am and shibd will create
> an id, request the identity provider name configured in the metadata and eventually creating the relay token.
That is generally semi-inaccurate, but I have no bandwidth to spend to cover how the SP works. Logically speaking it's an Apache module the same as many others and that's all that matters, it just happens to have a separate process that has to be running. The rest is beyond the scope of user documentation.
> I insist with one of the previous questions: is there any example that uses the TCP Socket Listener? Unix Socket Listener?
All of the SP relies on the remoting code. The listeners are an implementation detail of that code and are interchangeable to the SP. There are no examples other than the source code.
-- Scott
More information about the dev
mailing list