Skip to content

Commit

Permalink
Supprime champ use de la JWK
Browse files Browse the repository at this point in the history
… Afin qu'elle puisse servir à la fois au chiffrage des informations
transmises par FC+, et à la signature des informations envoyées à
OOTS-France.
  • Loading branch information
egaillot committed Dec 30, 2024
1 parent b446a92 commit 728b84a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/routes/routesAuth.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const routesAuth = (config) => {
const clePubliqueDansJWKSet = {
keys: [{
kid: idClePublique,
use: 'enc',
kty,
e,
n,
Expand Down
1 change: 0 additions & 1 deletion test/routes/routesAuth.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ describe('Le serveur des routes `/auth`', () => {
keys: [{
kid: 'hash de 503as-2qay5...',
kty: 'RSA',
use: 'enc',
e: 'AQAB',
n: '503as-2qay5...',
}],
Expand Down

0 comments on commit 728b84a

Please sign in to comment.