I was wondering if it possible to make OpenID Connection federation with OpenAM. I didn't find anything in this subject and it appears to me that OpenAM allow Federation only for SAML,Liberty ID-FF, and WS-Federation.
So is it possible to make OpenID Connect federation with OpenAM as we can make it in WSO2? If so, how?
Here's an image that illustrates my needs. You can see bellow an architecture of two companies where each one have it's own IdP and some SP. In red, you will see the communication that I want to make:

- Client of company 1 try to access the SP Supply of company 2
- Supply check if he has session and if not (which is the case) redirect him to idp of the company2
- IdP of company 1 federate the authentication to IdP of company 2
- The authentication is been made between the IdP 1 and the client
- A token is given to IdP 2 proving a successfull authentication. The IdP2 create then a Session for the client
- The same thing occurs between IdP2 and Supply
- the ressouce asked is finally returned to the client
Thank you for your responses