{{ username }}
Logout

Your Current Permissions

Current Scopes:
{% for scope in user_scopes %} {{ scope }} {% endfor %}

Generated tokens can have the same or fewer permissions than your current scopes.

Token Lifetime Configuration

Note: Tokens have a default short lifetime (typically 5-15 minutes) for security.

If you need longer-lived tokens for automation or extended use:

  • Ask your administrator to increase the access token timeout in Keycloak
  • Navigate to: Keycloak Admin Console → Realm Settings → Tokens → Access Token Lifespan
  • This approach is more secure than using refresh tokens

Token Configuration

Scope Configuration

Enter a JSON array of scope names. Must be a subset of your current scopes.

✅ Token Generated Successfully

Access Token:

📋 Usage Instructions

Use this token in your API requests:

Authorization: Bearer YOUR_TOKEN_HERE

Replace YOUR_TOKEN_HERE with the token above.

⚠️ Important: This token will not be shown again. Save it securely!