Skip to content

Commit

Permalink
example: enable issAuthResp
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Dec 6, 2021
1 parent 21f997f commit 2ac6a34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions certification/fapi/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ const fapi = new Provider(ISSUER, {
enabled: true,
profile: process.env.PROFILE ? process.env.PROFILE : '1.0 Final',
},
issAuthResp: { enabled: true },
mTLS: {
enabled: true,
certificateBoundAccessTokens: true,
Expand Down
1 change: 1 addition & 0 deletions certification/oidc/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ module.exports = {
features: {
backchannelLogout: { enabled: true },
devInteractions: { enabled: false },
issAuthResp: { enabled: true },
mTLS: {
enabled: true,
certificateBoundAccessTokens: true,
Expand Down
1 change: 1 addition & 0 deletions example/support/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = {

deviceFlow: { enabled: true }, // defaults to false
revocation: { enabled: true }, // defaults to false
issAuthResp: { enabled: true }, // defaults to false
},
jwks: {
keys: [
Expand Down

0 comments on commit 2ac6a34

Please sign in to comment.