Skip to content

Commit

Permalink
provider: enable introspection
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Jul 20, 2024
1 parent 2d5df19 commit 498894d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/utils/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const config: Configuration = {
expiresWithSession: () => false,
features: {
devInteractions: { enabled: false },
introspection: { enabled: true },
},
jwks: userConfig.oidc.jwks,
pkce: { required: () => false },
Expand Down

0 comments on commit 498894d

Please sign in to comment.