OpenID Connect Playground

The OIDC playground is for developers to test and work with OpenID Connect calls step-by-step, giving them more insight into how OpenID Connect works.

Try it now
Castle

Debugger

Mode

Configuration

1

Redirect to OpenID Connect Server

Request

01

https://test-microsites-06112025.us.auth0.com/authorize?

02

client_id=

03

&redirect_uri=

04

&scope=openid profile email phone address

05

&response_type=code

06

&state=

Start
2

Exchange Code from Token

3

Verify User Token

4

The token is valid!