Usage
This document highlights the available actions of the Hosted Pages V3, including login, registration, forgot password, profile page, and more. V3 introduces enhanced user experiences with automatic theming, multi-lingual support, and modern performance optimizations. You can utilize all available actions and customize the user interface using the new Design Tab and Code Tab approach.
Available Actions
You can get the URLs of all the available actions listed below from Admin Console under Branding > Hosted Pages, select Implement tab from the V3 Theme Editor.
Hosted Pages V3 provides the same reliable actions with enhanced features:
- Automatic theme detection (light/dark mode)
- Multi-lingual support with browser language detection
- Responsive design optimized for all devices
Below is a list of the available actions with LoginRadius Hosted Pages V3:
Login
To display the Login interface, direct your customers to this URL:
https://<LoginRadius site name>.hub.loginradius.com/auth.aspx?action=login&return_url=<Return URL>
Registration
To display the Registration interface, direct your customers to this URL:
https://<LoginRadius site name>.hub.loginradius.com/auth.aspx?action=register&return_url=<Return URL>
Forgot Password
To display the Forgot Password interface, direct your customers to this URL:
https://<LoginRadius site name>.hub.loginradius.com/auth.aspx?action=forgotpassword&return_url=<Return URL>
Profile Page
To display the User Profile interface, direct your customers to this URL:
https://<LoginRadius site name>.hub.loginradius.com/profile.aspx
Logout
To display the Logout interface, direct your customers to this URL:
https://<LoginRadius site name>hub.loginradius.com/auth.aspx?action=logout&return_url=<Return URL>
Note: Replace
<LoginRadius site name>
with Your LoginRadius Site Name and the<Return URL>
with the locations you would like to direct customers after successfully completing the action.
URL Parameters for V3 Features
V3 introduces additional URL parameters for enhanced functionality:
<!-- Multi-brand support (only one brand can be deployed at a timem but can have multiple styles) -->
https://<site>.hub.loginradius.com/auth.aspx?action=login&s=company-a&return_url=<URL>
Favicon and Branding
V3 provides enhanced favicon and branding capabilities through the Design Tab:
- Upload custom favicon through the Design Tab interface
- Multi-brand favicons for different brand configurations
- High-resolution support for modern devices
Legacy Support
V3 maintains backward compatibility with existing token handling implementations while encouraging migration to modern approaches.
For detailed examples using multiple languages and SDKs, refer to the SDK documentation.
Migration from V2
URL Compatibility
V3 maintains full backward compatibility with V2 URLs. Existing implementations will continue to work without modification.
Performance Improvements
V3 automatically provides:
- Better mobile performance with optimized responsive design
- Enhanced security with modern authentication flows
- Improved accessibility with automatic language and theme detection