This page is a separate frontend from the Policies playground. It demonstrates OIDCPolicy browser login at the Gateway and then renders a protected ESPN NBA scoreboard.
Loading…—
—Session: —
Protected NBA scoreboard
View
What is happening?
/secure/nba
If you are not logged in, the Gateway will redirect you to Keycloak.
After login, the Gateway stores a session token in a cookie and you can access the protected route.
The backend never sees unauthenticated traffic: enforcement happens before the request reaches the service.