In the Open ID Connect Playground you can test your OIDC client in SURFconext. The playground application shows how your client creates the request, and what the userinfo endpoint returns.

Test and production

View the result from the user info endpoint

  • Go to the playground on test or on production.
  • Under the Settings tab, you can set a ot of parameters, but for normal functioning, you won't have to edit this tab.
  • Go to the Authorization tab.

  • Enter the Client ID and Client secret of your application and click Submit.
  • The SURFconext WAYF screen appears. 

  • Choose the SURFconext Test IdP. Choose one of the preprovisioned users in this IdP.
  • Fill in the credentials of the test user (e.g. professor1 / professor1)
  • On the results page, click on Userinfo, in the bottom left corner of the screen.

  • In the window on the right, you will see the Result: the info that is retrieved from the SURFconext user endpoint by your application. It contains all the claims that you have specified in the Service Provider Dashboard, including the sub claim. For example:


  • No labels