Skip to content

Commit

Permalink
feat: return amr by defaut
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubigny committed Jun 10, 2024
1 parent 9b1cbc3 commit a9a6c1b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ const getAuthorizationControllerFactory = (extraParams) => {
acr_values,
nonce,
state,
claims: {
id_token: {
amr: {
essential: true,
},
},
},
...extraParams,
});

Expand Down

0 comments on commit a9a6c1b

Please sign in to comment.