Skip to content

Commit

Permalink
remove secret
Browse files Browse the repository at this point in the history
  • Loading branch information
afedyanin committed May 24, 2024
1 parent e3ce90c commit 2cfc162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlazorSampleApp/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"MetadataUrl": "https://localhost:8080/realms/myrealm/.well-known/openid-configuration",
"TokenEndpoint": "https://localhost:8080/realms/myrealm/protocol/openid-connect/token",
"ClientId": "blazor-client",
"ClientSecret": "cyPApX77KtWAorKzopTAGiH4Cg8oZ1cH",
"ClientSecret": "",
"CallbackPath": "/authentication/login-callback",
"SignedOutCallbackPath": "/authentication/logout-callback"
},
Expand Down

0 comments on commit 2cfc162

Please sign in to comment.