Filr Authentication Test

OAuth Configuration

Authorization URL: https://filr.globalhort.com/filr/authorize
Redirect URI: https://oauth.wiseoak.ca
Client ID: 3f73d3f9-b0dd-4fc5-af60-2f816f9658ed
State Parameter: a27e483a69d5e27c25f3bb6f2526097e                

Start OAuth Authentication

Click the button below to authenticate with Filr using OAuth:

Login with Filr OAuth
OR

Direct Authentication

You can also authenticate directly with your Filr credentials:

Go to Direct Login

How This Works

This test provides two authentication methods:

1. OAuth Authentication

  1. You click the OAuth login button
  2. You're redirected to Filr's login page
  3. After authenticating, Filr redirects back to our callback URL with an authorization code
  4. The callback script exchanges this code for an access token
  5. We use the access token to access Filr resources on your behalf

2. Direct Authentication

  1. You enter your Filr username and password directly
  2. We authenticate with Filr using the /rest/login endpoint
  3. If authentication is successful, we create a session for you

Note: Direct authentication doesn't use OAuth, but provides a simpler alternative for testing.

Session Information (Debug)

Current session data (sanitized):

Array
(
    [oauth_state] => a27e483a69d5e27c25f3bb6f2526097e
    [oauth_state_time] => 1763758506
)

Session ID: gl6ngeabt75uuce0bglk8i673q

Session Save Path: /tmp

Session Cookie Parameters:

Array
(
    [lifetime] => 0
    [path] => /
    [domain] => 
    [secure] => 
    [httponly] => 1
    [samesite] => 
)