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: ecd7b205f9b6b88f38b87807eadd0b6e                

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] => ecd7b205f9b6b88f38b87807eadd0b6e
    [oauth_state_time] => 1771964827
)

Session ID: laqd537aiv6d90ojatgm1mckmp

Session Save Path: /tmp

Session Cookie Parameters:

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