GC Digital Talent is the new recruitment platform for digital and tech jobs in the Government of Canada. // Talents numériques du GC est la nouvelle plateforme de recrutement pour les emplois numériques et technologiques au gouvernement du Canada.
Reference CATS document section 5.1
We should authenticate to the token endpoint using private_key_jwt instead of client_secret_post.
Clients SHOULD authenticate to the authorization server’s token endpoint using a JWT assertion.
Clients using software that cannot support the private_key_jwt method MAY use
the client_secret_basic or client_secret_post methods.
Reference CATS document section 5.1 We should authenticate to the token endpoint using private_key_jwt instead of client_secret_post.
🛑 Blockers