Integration Testing
RFConnect Developer Tools

Test Your SSO Integration

Verify both Direct and Indirect login flows against the RavenFuture Connect identity system. All responses are displayed live.

Method A

Direct Logon

OAuth 2.0 redirect-based flow. User is sent to RavenFuture to authenticate, then returned with an auth code that is exchanged server-side.

1Redirect to ravenfuture.com with client_id & state
2User authenticates on RavenFuture portal
3Callback with auth code → server exchanges for token
4Employee data returned & session created
Method B

Indirect Logon

Server-to-server credential verification. Your app collects credentials and verifies them against the RavenFuture employee database.

1Collect email & password in your own form
2POST credentials to /api/rfconnect?action=verify
3Server returns employee object & signed token
4Verify token signature, create session
Live Status
Ready — select a login method above to begin testing.