Skip to content

Commit

Permalink
fix: Remove hard-coded "openid" scope from token request; dependency …
Browse files Browse the repository at this point in the history
…updates (#136)
  • Loading branch information
cd-rite authored Oct 18, 2024
1 parent 7d817db commit 4eeb472
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 148 deletions.
1 change: 0 additions & 1 deletion lib/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ self.authentication = options.clientKey ? 'signed-jwt' : 'client-secret'
const scopePrefix = options.scopePrefix

const scopeArray= [
`openid`,
`${scopePrefix}stig-manager:stig:read`,
`${scopePrefix}stig-manager:collection`,
`${scopePrefix}stig-manager:user:read`,
Expand Down
Loading

0 comments on commit 4eeb472

Please sign in to comment.