feat(core): support `private_key_jwt` token auth method #11132
Add config option to allow the clientPrivateKey to be configured with…
03d7772c
Update oauth callback to retrieve the private key from the new `clien…
c56f53bf
Merge branch 'main' into fix/pass-private-key-when-using-private_key_jwt
217e41a7
Merge branch 'main' into fix/pass-private-key-when-using-private_key_jwt
9c6976a7
leemcmullen
changed the title Pass private key to underlying oauth lib when using private_key_jwt auth fix(core): Pass private key to underlying oauth lib when using private_key_jwt auth 1 year ago
balazsorban44
changed the title fix(core): Pass private key to underlying oauth lib when using private_key_jwt auth feat(core): support `private_key_jwt` token auth method 1 year ago
Merge branch 'main' into fix/pass-private-key-when-using-private_key_jwt
18eca73d
Move `clientPrivateKey` option to within the `provider.token` object.…
34400322
Merge branch 'main' into fix/pass-private-key-when-using-private_key_jwt
719efc50
Ensure `clientPrivateKey` can be either a `CryptoKey` or `PrivateKey`…
833f3210
Merge branch 'fix/pass-private-key-when-using-private_key_jwt' of git…
21e2aa89
Within `normalizeEndpoint` method, only re-add `clientPrivateKey` pro…
d1dc98ac
Merge branch 'main' into fix/pass-private-key-when-using-private_key_jwt
e62d3b1b
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub