Skip to content

Commit

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

0 comments on commit 1cb0def

Please sign in to comment.