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 about 2 months ago
