wso2 / api-manager

All issues, tasks, improvements and new features of WSO2 API Manager
Apache License 2.0
34 stars 8 forks source link

Token support for 3rd party key managers without subscriptions #3011

Open RakhithaRR opened 1 month ago

RakhithaRR commented 1 month ago

Problem

Some users might have the requirement to consume the APIs directly using the tokens obtained from their Identity Providers without going through the subscription process in APIM

Solution

Introduce a new API level configuration to disable the subscription validation when consuming the API. This should be a version specific configuration. i.e. the configuration should be read-only when set once and should only be possible to change this when a new version of the API is created in order to avoid issues with the API consumers.

Affected Component

APIM

RakhithaRR commented 1 month ago

The following scenarios should be handled when implementing this feature