I need to implement an OP on our side sending unsolicited assertions to the RP. The RP is python based with no previous open id experience so I am trying to provide some direction. Searching around I have found a few different libraries. The python-openid library (
https://github.com/openid/python-openid) seems to be one of the simpler ones although that in itself may present a problem. There are various topics posted about it not supporting POST assertions, which is what the examples I have looked at in DotNetOpenAuth use. That library also seems to be updated infrequently.
Does anyone know of any interoperability issues with python-openid for the stated use case?
Is there an example of sending unsolicited assertions as an HTTP GET using DotNetOpenAuth?
Does anyone recommend and alternate python based open Id library?
Thank you,
Rich