79642794

Date: 2025-05-28 18:25:21
Score: 1
Natty:
Report link

There's a functional difference between scopes and claims within the OAuth2/OpenID Connect (OIDC) framework:

Certain sensitive data fields, such as SSN, fall into the category of Restricted Claims. Restricted claims cannot be retrieved just by including them in your authentication request.

To access these restricted claims:

Given your situation, your client (who distributes this plugin to the Financial Institutions) must work directly with each FI to make sure these restricted claims are enabled appropriately.

Without explicit FI authorization, the sensitive claims (DOB and SSN) will not be returned, regardless of correct OIDC implementation.

Reasons:
  • Blacklisted phrase (1): this plugin
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sam