Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config about allowed_scopes is wrong #7406

Open
lpastor74 opened this issue Nov 14, 2023 · 0 comments
Open

Config about allowed_scopes is wrong #7406

lpastor74 opened this issue Nov 14, 2023 · 0 comments

Comments

@lpastor74
Copy link

Description:

on page
https://apim.docs.wso2.com/en/latest/design/api-security/oauth2/oauth2-scopes/scope-whitelisting/
scope gonfig is listed as


[oauth]
allowed_scopes = ["^device_.*", "openid", "some_random_scope"]

it crashes the apim ...
I should be like

[apim.oauth]
allowed_scopes = ["^device_.*", "openid", "some_random_scope"]

Suggested Labels:

Suggested Assignees:

Affected Product Version:
4.2
OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant