OAuth 2.0 Demo

Test the OAuth flow with different scope configurations

Variable Scopes

Request permissions that let the user choose specific resources

READ read:{resource}
WRITE write:{resource}

Specific Scopes

Request permissions for specific files (existing and non-existing)

READ documents/readme.md
WRITE config/settings.json

Mixed Scopes Demo

Combine variable and specific scopes in one request

Variable Scopes:

APPEND append:{resource}

Specific Scopes:

READ logs/app.log