idpy-oidc
idpy-oidc copied to clipboard
Send PAR example?
Hi Roland,
Thanks for providing this library. I am looking for a Python OIDC library, ideally with support for sending PARs, which it seems your library provides through the addon. However, I'm struggling a little bit to get this to work, I basically am not sure how to use this addon code. By any chance, would you have an example or documentation on how I'd be able to send a PAR to an auth server?
Cheers, Erik Pragt
Sorry about the late reply.
The only examples I have are in tests. You could look at tests/test_client_29_pushed_auth.py
There is a starting point in the documentation (client/add_on/pushed_authorization). I'll start beefing it up now :-)