In this scenario, we will use Postman acting as a OIDC Relying Party (RP) and Integrity Web as an OpenID Connect Provider (OP). The guide is done for a Windows installation but can be changed for Docker and Linux installations as well.
Authentication will be done with static values.
Prerequisite
There are some prerequisite for this use case. You will need the following:
Server platform. Docker, Windows or Linux. In this use case we have used a Windows server.
The current version of FortifiedID Integrity Web is installed.
Note. All configuration and testing is done on the scenario server.
Configuration
Download and modify configuration
Copy the customer_WEB folder to you \..\fortifiedid\web\ folder.
Rename the existing customer folder to customer_ORG and rename customer_Web to customer.
Update the configuration to map to your environment
The downloaded folders contains all needed files. For example, test certificates files are included and configured to work with the example application.
However, some data needs to be changed to map your environment. Since this example was done on a Windows server you might need to update file paths if you run something else. Also the http ports might need to be changed if they are not available in your environment.
To make it easy the application folder have a file called globals.json that contains the data you need to change. Config.json uses the variables in globals.json.
Open globals.json for \..\fortifiedid\enrollment\customer\config and \..\fortifiedid\web\customer\config folder and update:
File paths
HTTP if needed
When updated, start the Integrity Web service.
Wait until Integrity Web service has started before continuing.
Test the use case
OIDC well-known information
Open a browser on the Integrity Web server
Browse to https://localhost:8443/oidc/tenant1/.well-known/openid-configuration
Verify that the well-known page opens
Use Postman to test the OIDC flow
Unzip the file and import the collection to Postman.
The collection will be called "FID-OIDC-UseCases" in Postman
Open the Request "OIDC Case 4" in the "FID-OIDC-UseCases" collection
Select the Authorization tab of the request
Click on the button "Get New Access Token"
Enter username and password.
Complete config.json file
The config.json for Integrity Web can be found in the included ZIP file associated with this use case.
Basic knowledge about Postman and Postman installed on the local computer with access to the Integrity server. You will also need the following preconfigured Postman Collection
To download the ZIP file containing the configuration and all other necessary files for Integrity Web, click to download the customer folders for the web..
Download the file
Copy the content of the ID-token and verify the content by pasting the content in the Encoded frm of the web page