Glitch OAuth 2 Demo - Client Side Auth

Step 1 - Redirect user to authorization endpoint

For this test, we will redirect the user to https://api.glitch.com/oauth2/authorize, with the following parameters:

Start authorization

Failures that should not redirect back to here:

Failures that should redirect back to here:


This demo uses a client ID which is only allowed to request the identity scope. Your own client ID will be able to request the read and write scopes, which are far better.

If you hit an error, you can start over.