Skip to content

Commit

Permalink
fix(admin-ui): add OIDC Client : Is Trusted Client should not be chec…
Browse files Browse the repository at this point in the history
…ked by default. #210
  • Loading branch information
syntrydy committed Sep 9, 2021
1 parent ba1f282 commit 59ae5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/auth-server/components/Clients/ClientAddPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function ClientAddPage({ permissions, scopes, scripts, loading, dispatch }) {
requireAuthTime: false,
postLogoutRedirectUris: [],
oxAuthScopes: [],
trustedClient: true,
trustedClient: false,
persistClientAuthorizations: false,
customAttributes: [],
customObjectClasses: ['top'],
Expand Down

0 comments on commit 59ae5c4

Please sign in to comment.