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
- Open the issuance in Ver.iD Studio.
- Click
Test. - The OAuth Debugging Tool opens with the issuer, client identifier, and a raw attribute payload filled in.
- Enter a value for every attribute in the payload.
- Check the required intent settings and click
Send request. - 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.