File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,12 +208,12 @@ private void ConfigureMiddlewareServices(IServiceCollection services)
208208 name : "Eventstore" ,
209209 failureStatus : HealthStatus . Unhealthy ,
210210 tags : new string [ ] { "db" , "eventstore" } )
211- . AddUrlGroup ( new Uri ( $ "{ ConfigurationReader . GetValue ( "SecurityConfiguration" , "Authority" ) } /.well-known/openid-configuration ") ,
211+ . AddUrlGroup ( new Uri ( $ "{ ConfigurationReader . GetValue ( "SecurityConfiguration" , "Authority" ) } /health ") ,
212212 name : "Security Service" ,
213213 httpMethod : HttpMethod . Get ,
214214 failureStatus : HealthStatus . Unhealthy ,
215215 tags : new string [ ] { "security" , "authorisation" } )
216- . AddUrlGroup ( new Uri ( $ "{ ConfigurationReader . GetValue ( "AppSettings" , "EstateManagementApi" ) } /.well-known/openid-configuration ") ,
216+ . AddUrlGroup ( new Uri ( $ "{ ConfigurationReader . GetValue ( "AppSettings" , "EstateManagementApi" ) } /health ") ,
217217 name : "Estate Management Service" ,
218218 httpMethod : HttpMethod . Get ,
219219 failureStatus : HealthStatus . Unhealthy ,
You can’t perform that action at this time.
0 commit comments