Skip to content

Authentication System

This documentation site is protected by RFG Studio's Single Sign-On (SSO) authentication system.

How Authentication Works

  1. When you visit any page on this documentation site, the system checks if you have a valid session.
  2. If you don't have a valid session, you'll be redirected to the SSO login page at https://rfgstudios.com/SSO/login.
  3. After logging in, you'll be redirected back to the page you were trying to access.
  4. 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:

  1. When accessing the documentation on localhost or 127.0.0.1, SSO is automatically disabled
  2. A temporary local development user session is created automatically
  3. The session will last for 24 hours
  4. 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:

  1. Make sure you're using a modern browser with JavaScript enabled
  2. Clear your browser cache and cookies
  3. Try logging in again at https://rfgstudios.com/SSO/login
  4. For local development issues, try using the ?skip_auth=true parameter
  5. Contact your administrator if issues persist

Created: June 10, 2025 04:12:20
Last update: June 10, 2025 04:12:20
Edit this page