Re: [fpc-devel] Google APIs - Authenticate using a service account?

2022-03-14 Thread Michael Van Canneyt via fpc-devel
On Sun, 13 Mar 2022, Wayne Sherman via fpc-devel wrote: On Tue, Jun 30, 2020 at 12:47 AM Michael Van Canneyt wrote: The problem with the service account is that you must create a JWT Token. FPC does not yet have a unit that can generate *and sign* a JWT Token. I had a little time this

Re: [fpc-devel] Google APIs - Authenticate using a service account?

2022-03-14 Thread Wayne Sherman via fpc-devel
On Mon, Mar 14, 2022 at 3:45 AM Michael Van Canneyt wrote: > Yes. I would still like to see if we can integrate the OAuth of the google > API and > the JWT signing more closely, possibly through some extra classes. The paint is still wet on the JWT signing code, so I figured there was some more

Re: [fpc-devel] Google APIs - Authenticate using a service account?

2022-03-14 Thread Wayne Sherman via fpc-devel
On Mon, May 10, 2021 at 7:08 PM Wayne Sherman wrote: > The Google API supports the following signing algorithms: > https://cloud.google.com/iot/docs/how-tos/credentials/jwts > >JWT RS256 (RSASSA-PKCS1-v1_5 using SHA-256 RFC 7518 sec 3.3). This > is expressed as RS256 in the alg field in the