Re: [OAUTH-WG] OAuth 2.0 Pushed Authorization Requests: Implementation Status

2021-03-26 Thread Thibault Normand
Hello, My Golang open source framework implements PAR (with optional JWSREQ). https://github.com/zntrio/solid --- Regards, Thibault Normand. Le jeu. 25 mars 2021 à 18:45, Takahiko Kawasaki a écrit : > Hello Hannes, > > Authlete supports PAR and has passed the PAR test cases in the OpenID > co

Re: [OAUTH-WG] OAuth 2.0 Pushed Authorization Requests: Implementation Status

2021-03-25 Thread Takahiko Kawasaki
Hello Hannes, Authlete supports PAR and has passed the PAR test cases in the OpenID conformance suite. Documents mentioning Authlete's PAR support: https://www.authlete.com/news/20210204_authlete_2_2/ https://www.authlete.com/developers/relnotes/2.2/ Best Regards, Takahiko Kawasaki Authlete, Inc

Re: [OAUTH-WG] OAuth 2.0 Pushed Authorization Requests: Implementation Status

2021-03-25 Thread Filip Skokan
The Node.js open source openid-client project ( https://github.com/panva/node-openid-client) likewise implements PAR. Best, *Filip* On Thu, 25 Mar 2021 at 10:40, Filip Skokan wrote: > Hello Hannes, > > the Node.js open source oidc-provider project ( > https://github.com/panva/node-oidc-provide

Re: [OAUTH-WG] OAuth 2.0 Pushed Authorization Requests: Implementation Status

2021-03-25 Thread Nicolas Mora
Hello, Le 2021-03-24 à 15 h 53, Hannes Tschofenig a écrit : Hi all, I am working on the shepherd writeup and I need information about the implementation status of this specification. Can you share whether you are implementing, or planning to implement this specification? If there is open so

Re: [OAUTH-WG] OAuth 2.0 Pushed Authorization Requests: Implementation Status

2021-03-25 Thread Vladimir Dzhuvinov
Supported by * the Connect2id server * the open source OAuth 2.0 / OIDC SDK, and also picked up by some downstream security frameworks and projects https://connect2id.com/blog/pushed-authorisation-request-in-oauth-sdk Adoption of PAR seems to be progressing rather well, which I find

Re: [OAUTH-WG] OAuth 2.0 Pushed Authorization Requests: Implementation Status

2021-03-25 Thread Daniel Fett
Hi Hannes, as mentioned by Brian, the yes Signing Flow is based on PAR and therefore implemented by our banks (> 1000). A python client for the yes signing flow is publicly available that uses PAR: https://github.com/yescom/pyyes -Daniel Am 24.03.21 um 20:53 schrieb Hannes Tschofenig: > > Hi a

Re: [OAUTH-WG] OAuth 2.0 Pushed Authorization Requests: Implementation Status

2021-03-25 Thread Warren Parad
Authress supports PAR. - Warren On Wed, Mar 24, 2021 at 8:54 PM Hannes Tschofenig wrote: > Hi all, > > > > I am working on the shepherd writeup and I need information about the > implementation status of this specification. > > > > Can you share whether you are implementing, or planning to imp

Re: [OAUTH-WG] OAuth 2.0 Pushed Authorization Requests: Implementation Status

2021-03-25 Thread Neil Madden
ForgeRock plan to implement PAR. — Neil > On 24 Mar 2021, at 19:53, Hannes Tschofenig wrote: > > Hi all, > > I am working on the shepherd writeup and I need information about the > implementation status of this specification. > > Can you share whether you are implementing, or planning to

Re: [OAUTH-WG] OAuth 2.0 Pushed Authorization Requests: Implementation Status

2021-03-25 Thread Filip Skokan
Hello Hannes, the Node.js open source oidc-provider project ( https://github.com/panva/node-oidc-provider) implements PAR behind a feature flag Best, *Filip Skokan* On Wed, 24 Mar 2021 at 20:54, Hannes Tschofenig wrote: > Hi all, > > > > I am working on the shepherd writeup and I need informa

Re: [OAUTH-WG] OAuth 2.0 Pushed Authorization Requests: Implementation Status

2021-03-24 Thread Sascha Preibisch
Hello Hannes! I have implemented PAR a while ago in my open source project "Loginbuddy" as documented here: - documentation: https://github.com/SaschaZeGerman/loginbuddy/wiki/Protocols-and-APIs - endpoint: /pauthorize I hope it hope, Sascha On Wed, 24 Mar 2021 at 12:54, Hannes Tschofenig wrote:

Re: [OAUTH-WG] OAuth 2.0 Pushed Authorization Requests: Implementation Status

2021-03-24 Thread Brian Campbell
I pieced together an informal list of some implementations and usages for an interim presentation last August. See slide 9 of https://datatracker.ietf.org/meeting/interim-2020-oauth-11/materials/slides-interim-2020-oauth-11-sessa-par-00.pdf for that. The mention of PingFederate on there was in beta

[OAUTH-WG] OAuth 2.0 Pushed Authorization Requests: Implementation Status

2021-03-24 Thread Hannes Tschofenig
Hi all, I am working on the shepherd writeup and I need information about the implementation status of this specification. Can you share whether you are implementing, or planning to implement this specification? If there is open source, please drop a link to the mailing list. If you implement