Skip to content

[Feature Request] Throw if confidential clients use the user token cache but have not customized token cache serialization #1371

Open
@jmprieur

Description

Is your feature request related to a problem? Please describe.
In Web Apps and Web APIs using the auth code flow or OBO (not the confidential client flow), we recommend developers to customize the token cache serialization with one cache per user account. It's time to enforce the recommendation.

Describe the solution you'd like
Throw if confidential clients use the user token cache but have not customized token cache serialization. This won't guaranty that the cache key is the right one, though, but that's a good way of sending developers to the right documentation page.

Describe alternatives you've considered
Not do anything

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions