Flow

Test a disclosure

If you have not created a disclosure yet, first follow Create a disclosure.

Check the redirect URI

The active disclosure must include this redirect URI:

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

Deactivate the disclosure before adding the URI if it is missing. Activate it again when you are finished.

Run the test

  1. Open the active disclosure in Studio.
  2. Click Test.
  3. The OAuth Debugging Tool opens with the issuer and client identifier filled in.
  4. Check the values and click Send request.
  5. Select a digital identity wallet and complete the disclosure.

After a successful flow, the tool shows the OAuth response. Use Switch to JWT to inspect the decoded result. Confirm that it contains only the attributes configured in the disclosure.

If the flow fails or the user cancels it, the tool shows the returned OAuth error. Check the client identifier, redirect URI, flow state, and selected digital identity wallet before trying again.

Test every configured digital identity wallet before connecting the disclosure to your application.

On this page