cal-itp / benefits

Transit benefits enrollment, minus the paperwork.
https://docs.calitp.org/benefits
GNU Affero General Public License v3.0
25 stars 9 forks source link

Exception: oauth_client not registered #2184

Closed cal-itp-sentry[bot] closed 3 days ago

cal-itp-sentry[bot] commented 1 week ago

Sentry Issue: BENEFITS-85

Exception: oauth_client not registered: xxx
  File "benefits/oauth/views.py", line 107, in logout
    raise Exception(f"oauth_client not registered: {verifier.auth_provider.client_name}")

The quick fix for this will be to edit the logout view to call the helper function create_client.

Longer term we should seek to better understand OAuth client registration, and if we are doing that correctly.