summaryrefslogtreecommitdiffstats
path: root/release-notes/4724.md
blob: 4037c710b01ba25170fdf9133c4743c99cbd51d4 (plain)
1
OIDC integrations that POST to `/login/oauth/introspect` without sending HTTP basic authentication will now fail with a 401 HTTP Unauthorized error. To fix the error, the client must begin sending HTTP basic authentication with a valid client ID and secret. This endpoint was previously authenticated via the introspection token itself, which is less secure.