AuthenticationSetup

Test an authentication

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

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

Run the test

  1. Open the authentication in Ver.iD 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 authentication.

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

Test each configured digital identity wallet and scope before using the flow in your application.

On this page