paul-hicks-nz

Results 4 comments of paul-hicks-nz

In my case, it was the API at oauth.workflowmax2.com/oauth/. A quick search has found that "hint" header elsewhere: * https://github.com/supabase/auth-helpers/issues/388 * https://github.com/ppy/osu-web/pull/8177

Isn't the client_id added automatically in the request() method? If you set your authenticationMethod to client_secret_post, the client_id (and client_secret, if provided) are added to the request body.

> Which Idp are you using? Typically when you set openid you get an id_token. I'm using a service called WorkflowMax (oauth.workflowmax2.com). > Why do you need to set scope=openid...

I don't use win-2025 so I can't tell if it's the same error, but bun 1.3 with workspaces and Pulumi failed for me in a way that was resolved by...