We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac02ed commit 3d38312Copy full SHA for 3d38312
src/main/resources/application.yaml
@@ -11,6 +11,14 @@ keycloak:
11
ssl-required: external
12
# prevents the application from sending credentials to the Keycloak server (false is the default value)
13
# set it to true whenever we use public clients instead of confidential
14
- public-client: true
+ # when access type in keycloak is `confidential` must set `public-client: false`
15
+ public-client: false
16
+ # client secret: client id and secret
17
+ # https://www.keycloak.org/docs/latest/securing_apps/index.html#_client_authentication_adapter
18
+ credentials:
19
+ secret: "1804cd92-b659-4d0e-9bac-c25aac2c9981"
20
# the attribute with which to populate the UserPrincipal name
21
principal-attribute: preferred_username
22
+
23
24
0 commit comments