Skip to content
This repository was archived by the owner on Feb 25, 2019. It is now read-only.

fix(grant_type): check authorization_code grant type for code response_type #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/commands/client.js
Original file line number Diff line number Diff line change
@@ -158,6 +158,7 @@ function registerClient (cli, options, done) {
answers.response_types.indexOf('code') !== -1 ||
answers.response_types.indexOf('code id_token token') !== -1
) {
choices[0].checked = true
choices[0].disabled = 'Required for code response type'
}
if (
@@ -499,6 +500,7 @@ function registerClient (cli, options, done) {
answers.response_types.indexOf('code') !== -1 ||
answers.response_types.indexOf('code id_token token') !== -1
) {
choices[0].checked = true
choices[0].disabled = 'Required for code response type'
}
if (