Skip to main contentIBM Test Weaver
IBM SSOIBM Auth parity

IBM Test Weaver

This app now follows the template auth shape with Auth.js route handlers, an IBM OIDC provider, session propagation, and a protected route that redirects through IBM SSO.

Current session

Status: loading

User: Not signed in

Email: Unavailable

Implemented parity points

  • Auth.js configuration lives in app/auth.ts.
  • Auth route handlers are exported from app/api/auth/[...nextauth]/route.ts.
  • Session context is mounted globally through a provider in the root layout.
  • The protected route redirects unauthenticated users into IBM SSO.