idpy-oidc icon indicating copy to clipboard operation
idpy-oidc copied to clipboard

Send PAR example?

Open erikpragt-connectid opened this issue 1 year ago • 1 comments

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

erikpragt-connectid avatar Mar 25 '24 06:03 erikpragt-connectid

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 :-)

rohe avatar Apr 03 '24 07:04 rohe