Skip to content

Commit

Permalink
example: change JAR merging strategy, enable JARM
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Aug 30, 2019
1 parent 9e600d9 commit e53c80e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions certification/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ module.exports = {
introspection: { enabled: true },
registration: { enabled: true },
request: { enabled: true },
jwtResponseModes: { enabled: true },
requestObjects: {
request: true,
requestUri: true,
mergingStrategy: {
name: 'whitelist',
},
},
revocation: { enabled: true },
sessionManagement: { enabled: true },
},
Expand Down

0 comments on commit e53c80e

Please sign in to comment.