Skip to content

Commit

Permalink
Turn of "Client authentication" for swagger ui client registration in…
Browse files Browse the repository at this point in the history
… keycloak (#813)

#812
  • Loading branch information
nashtech-tuannguyenhuu1 authored Aug 1, 2024
1 parent f2a95c6 commit 904a175
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions identity/realm-export.json
Original file line number Diff line number Diff line change
Expand Up @@ -1124,8 +1124,6 @@
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"secret": "**********",
"redirectUris": [
"http://localhost:8081/*",
"http://localhost:8092/*",
Expand Down Expand Up @@ -1163,7 +1161,7 @@
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": false,
"publicClient": false,
"publicClient": true,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
Expand Down

0 comments on commit 904a175

Please sign in to comment.