IssuanceSetup

Test an issuance

Before testing, confirm that the issuance is active and has this redirect URI:

  • Protocol: HTTPS
  • Domain: test.ver.id
  • Port: 443
  • Path: /issuance/callback

Run the test

  1. Open the issuance in Ver.iD Studio.
  2. Click Test.
  3. The OAuth Debugging Tool opens with the issuer, client identifier, and a raw attribute payload filled in.
  4. Enter a value for every attribute in the payload.
  5. Check the required intent settings and click Send request.
  6. Select a digital identity wallet and complete the issuance.

After a successful flow, the tool shows the OAuth response and lets you inspect the decoded JWT. If the flow fails or the customer cancels it, the tool shows the returned OAuth error.

The OAuth Debugging Tool uses a public PKCE client and is intended for issuances that contain only demo credentials. Test production issuance through your server-side integration with a client secret.

On this page