Completing the Activation flow
🎯 Purpose
Handle user redirection after successful web activation completion, enabling seamless continuation to authentication flow.
🔄 Completion Process
- Activation Complete: User finishes credential setup on web\
- Automatic Redirect: Application redirects user to configured redirect URI
- Redirect URI: URI specified during token generation
- Seamless Flow: User can continue to next process step
💡 Integration Example
Scenario: RP wants user to complete activation then continue to authentication
Implementation:\
- Redirect URI: Use Authorization Endpoint as redirect URI during token generation
- Authorization Endpoint:
https://<AUTH-SERVER-HNIP>:8006/relid/authserver/oauth/authorize
- Result: After activation completion, user automatically continues to authentication flow
- User Experience: Seamless transition from activation to login
📚 Reference Documentation
- Authorization Endpoint: REL-ID AuthServer Documentation\
- Section: Authorization Endpoint
- URI:
https://<AUTH-SERVER-HNIP>:8006/relid/authserver/oauth/authorize
Updated 15 days ago