Authentication System
This documentation site is protected by RFG Studio's Single Sign-On (SSO) authentication system.
How Authentication Works
- When you visit any page on this documentation site, the system checks if you have a valid session.
- If you don't have a valid session, you'll be redirected to the SSO login page at
https://rfgstudios.com/SSO/login. - After logging in, you'll be redirected back to the page you were trying to access.
- Your authentication status is visible in the top-right corner of the site, showing your user ID and a logout link.
Session Information
Your session includes:
- A unique user ID stored securely in your browser
- An expiration timestamp for automatic logout
- Access permissions based on your user role
Logging Out
To log out, click the "Logout" link in the top-right corner of any page. This will redirect you to the SSO logout page and then back to the documentation home page.
Local Development
Authentication is automatically bypassed on localhost
The authentication system has been configured to automatically bypass SSO when running on localhost:
- When accessing the documentation on
localhostor127.0.0.1, SSO is automatically disabled - A temporary local development user session is created automatically
- The session will last for 24 hours
- A "DEV" indicator will appear in the header to remind you that you're in development mode
Development Tools
For testing and development purposes, visit the Development page to see your authentication status and access additional development tools.
Troubleshooting
If you're experiencing authentication issues:
- Make sure you're using a modern browser with JavaScript enabled
- Clear your browser cache and cookies
- Try logging in again at
https://rfgstudios.com/SSO/login - For local development issues, try using the
?skip_auth=trueparameter - Contact your administrator if issues persist
Created: June 10, 2025 04:12:20
Last update: June 10, 2025 04:12:20