Starting the Activation flow
🎯 Purpose
Use generated token to create activation link that user can open in browser to complete activation process.
🔗 Activation Link Creation
- Token Usage: Generated token used in activation link\
- Browser Access: User opens link in web browser
- Activation Process: User completes credential setup through web interface
- Self-Service: User can complete activation independently
🌐 Activation Endpoint
- Reference: REL-ID AuthServer Documentation\
- Section: REL-ID User Activation Endpoint
- URI:
https://<AUTH-SERVER-HNIP>:8006/relid/authserver/register
- Parameters: Include generated token in request
📋 Process Flow
- Token Generation: RP generates activation token
- Link Creation: Construct activation URL with token
- User Notification: Send activation link to user (email, etc.)
- User Access: User clicks link and opens activation page
- Credential Setup: User completes web-based activation
Updated 15 days ago