Postman Collection

Testing tools for session introspection and bridge behavior.

Complete API Testing Suite
GET {{ main_site_url }}/sso/bridge/start Bridge Start Flow
POST {{ main_site_url }}/api/sso/session Session Introspection
GET {{ blogs_url }}/auth/bridge Bridge Callback Handler
POST {{ blogs_url }}/api/auth/bridge API Bridge (JSON)

Setup & Configuration

Environment Variables

  • main_site_url
    Your Main Site base URL (e.g., https://captcha.flare99.com)
  • blogs_url
    Central Blogs tenant URL (e.g., https://blogs.microalltech.com)
  • bridge_token
    Bridge token from authentication flow
  • test_return_path
    Path for return_to parameter (e.g., /test-article)
Headers & Authentication

Session Introspection:
X-SSO-Bridge: {{ bridge_token }}
API Bridge:
Content-Type: application/json
Bridge Flow:
Cookie: laravel_session=...
Test Scripts Included
  • Bridge token extraction from redirects
  • JWT structure validation and claims verification
  • Automated response status checks
  • Error response validation
Tip: Import the downloaded JSON file directly into your Postman workspace via File > Import.