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

  1. Token Generation: RP generates activation token
  2. Link Creation: Construct activation URL with token
  3. User Notification: Send activation link to user (email, etc.)
  4. User Access: User clicks link and opens activation page
  5. Credential Setup: User completes web-based activation