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
What are we trying to achieve here with postman ? Can some body please explain ?
Download the postman script from here and its environment from here
Import the downloaded collection and environment into postman.
To create an OIDC/OAuth client, run the below request from the postman collection "OIDC Client mgmt" folder
Get CSRF token
Create OIDC Client
To Create a Mock identity, run the below request from the postman collection "Mock-Identity-System" folder
Create Mock Identity
To run the OIDC flow with mock identity run the below request(same order) from the postman collection "AuthCode flow with OTP login" folder.
Get CSRF token
Authorize / OAuthdetails request
Send OTP
Authenticate User
Authorization Code
Get Tokens
Get userInfo
To run the Verifiable Credential Issuance flow with mock identity run the below request(same order) from the postman collection "VCI" folder.
Get CSRF token
Authorize / OAuthdetails request
Send OTP
Authenticate User
Authorization Code
Get Tokens
Get Credential
The text was updated successfully, but these errors were encountered:
I have some questions where i need help with :
What are we trying to achieve here with postman ? Can some body please explain ?
Download the postman script from here and its environment from here
Import the downloaded collection and environment into postman.
To create an OIDC/OAuth client, run the below request from the postman collection "OIDC Client mgmt" folder
Get CSRF token
Create OIDC Client
To Create a Mock identity, run the below request from the postman collection "Mock-Identity-System" folder
Create Mock Identity
To run the OIDC flow with mock identity run the below request(same order) from the postman collection "AuthCode flow with OTP login" folder.
Get CSRF token
Authorize / OAuthdetails request
Send OTP
Authenticate User
Authorization Code
Get Tokens
Get userInfo
To run the Verifiable Credential Issuance flow with mock identity run the below request(same order) from the postman collection "VCI" folder.
Get CSRF token
Authorize / OAuthdetails request
Send OTP
Authenticate User
Authorization Code
Get Tokens
Get Credential
The text was updated successfully, but these errors were encountered: