Generating a token
🎯 Purpose
Generate authorization token required to start Account Recovery Credential Activation flow for specific user.
📋 Token Generation Requirements
- User Identification: RP needs to generate token for specific user\
- Credential Context: Token for user whose credentials need activation/reset
- Authorization: Token provides secure authorization for credential changes
- Time Limited: Token expires after configured time period
🌐 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 credential activation token
🔒 Security Features
- User Binding: Token specifically bound to target user account\
- Single Use: Token typically valid for single activation attempt
- Expiration: Automatic expiration prevents token misuse
- Secure Generation: Cryptographically secure token creation
Updated 15 days ago