You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-4
Original file line number
Diff line number
Diff line change
@@ -123,12 +123,18 @@ make serve
123
123
Each service is then accessible at:
124
124
125
125
-[http://localhost:8080](http://localhost:8080) for this application
126
-
-[http://localhost:4030](http://localhost:4030) for the Prison API
127
-
-[http://localhost:4040](http://localhost:4040) for the ndelius API
128
-
-[http://localhost:4020](http://localhost:4020) for the Probation Offender Search
129
-
-[http://localhost:4010](http://localhost:4010) for the Prisoner Search
126
+
-[http://localhost:4010](http://localhost:4010) to [http://localhost:40XX]() for mocked HMPPS APIs
130
127
-[http://localhost:9090](http://localhost:9090) for the HMPPS Auth service
131
128
129
+
To call the integration-api, you need to pass a distinguished name in the `subject-distinguished-name` header. The `CN` attribute should match the client you wish to access the service as.
130
+
The list of clients and their authorised endpoints can be found in [application-local-docker.yml](src/main/resources/application-local-docker.yml).
locally, [the in-memory database is seeded with data including a number of clients](https://github.com/ministryofjustice/hmpps-auth/blob/main/src/main/resources/db/dev/data/auth/V900_0__clients.sql). A client can have different permissions i.e. read, write, reporting, although strangely the column name is called `autoapprove`.
0 commit comments