Merge pull request #17948 from mozilla/fxa-10677

fix(bug): Skip session assurance check in /oauth/token route
This commit is contained in:
Vijay Budhram 2024-10-31 15:40:07 -04:00 коммит произвёл GitHub
Родитель 88d94a6764 479f7be5d0
Коммит dec3ddff48
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -446,7 +446,7 @@ module.exports = ({ log, oauthDB, db, mailer, devices, statsd, glean }) => {
// XXX TODO: To be able to fully replace the /token route from oauth-server,
// this route must also be able to accept 'client_secret' as Basic Auth in header.
mode: 'optional',
strategy: 'sessionToken',
strategy: 'sessionTokenNoAssurance',
},
validate: {
// Note: the use of 'alternatives' here means that `grant_type` will default to