Commit 39f3893 1 parent 93c2a55 commit 39f3893 Copy full SHA for 39f3893
File tree 2 files changed +4
-4
lines changed
kotlin/uk/gov/justice/digital/hmpps/personintegrationapi/common/config
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ class WebClientConfiguration(
52
52
authorizedClientManagerUserEnhanced(clientRegistrationRepository),
53
53
builder,
54
54
prisonApiBaseUri,
55
- " prison -api" ,
55
+ " hmpps-person-integration -api" ,
56
56
prisonApiTimeout,
57
57
)
58
58
}
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ spring:
28
28
token-uri : ${hmpps-auth.url}/oauth/token
29
29
30
30
registration :
31
- prison -api :
31
+ hmpps-person-integration -api :
32
32
provider : hmpps-auth
33
- client-id : ${hmpps-person-integration-api. system.client.id}
34
- client-secret : ${hmpps-person-integration-api. system.client.secret}
33
+ client-id : ${system.client.id}
34
+ client-secret : ${system.client.secret}
35
35
authorization-grant-type : client_credentials
36
36
scope : read
37
37
You can’t perform that action at this time.
0 commit comments