-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
59 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
...gin-exchange-platform/integrating-with-signal-exchange-platform/configuration.html.md.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: View Your configuration | ||
weight: 4 | ||
last_reviewed_on: 2024-04-10 | ||
review_in: 6 months | ||
hide_in_navigation: false | ||
layout: shared_signals_outbound | ||
--- | ||
|
||
# View Your configuration | ||
|
||
The GOV.UK One Login Signals Exchange Platform Transmitter API uses the [Stream endpoint Endpoint][external.ssfOut-stream-read-endpoint] as a way to view the configuration of the integration. | ||
|
||
In order to view your configuration, you must first authenticate against the GOV.UK One Login Transmitter OAuth token endpoint: | ||
|
||
<%= partial "partials/ssf_out_transmitter-token-endpoint" %> | ||
|
||
Once you've obtained an `ACCESS_TOKEN`, you can make the following request to view your configuration | ||
|
||
```bash | ||
curl --request POST \ | ||
--url STREAM_ENDPOINT \ | ||
--header 'Authorization: Bearer ACCESS_TOKEN' \ | ||
--header 'Content-Type: application/json' \ | ||
``` | ||
|
||
Below are the stream endpoints for our | ||
|
||
- [Integration][external.ssfOut-stream-endpoint-int] Environment | ||
- [Production][external.ssfOut-stream-endpoint-prod] Environment | ||
|
||
Once you have managed to view your configuration, you can then begin testing in the GOV.UK One Login [integration evironment][link to testing in integration] | ||
|
||
|
||
<%= partial "partials/links" %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters