Generating a token
🎯 Purpose
Generate activation token required to start Web Only User Activation flow for specific user.
📋 Token Generation Process
- Requirement: RP needs to generate token for user requiring activation\
- Token Purpose: Used to initiate secure activation flow
- User Specific: Token generated for specific user account
- Time Limited: Token has expiration time for security
🌐 API Integration
- Reference: REL-ID GM API Service Integration Guide - v1\
- Section: Generate token for Auth Server
- URI:
https://<GM-API-SERVER>:9442/v1/authServerTokens
- Method: API call to generate secure activation token
🔒 Security Considerations
- Single Use: Tokens typically for single activation attempt\
- Expiration: Tokens expire after configured time period
- Secure Generation: Cryptographically secure token generation
- User Binding: Token bound to specific user account
Updated 15 days ago