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

Fix scopes generation for multiple oauth flows #7615

Conversation

bilak
Copy link
Contributor

@bilak bilak commented Oct 6, 2020

Fixes #7614 . There was an issue when required scopes were copied to default scopes even when they were not present in default scopes before.

cc @bbdouglas (2017/07) @sreeshas (2017/08) @jfiala (2017/08) @lukoyanov (2017/09) @cbornet (2017/09) @jeff9finger (2018/01) @karismann (2019/03) @Zomzog (2019/04) @lwlee2608 (2019/10) @bkabrda (2020/01)

@jimschubert jimschubert self-assigned this Oct 7, 2020
@bilak bilak force-pushed the fix/authorization-for-multiple-oauth2-flows branch from b24a26c to 6817ddb Compare October 7, 2020 16:47
@bilak bilak force-pushed the fix/authorization-for-multiple-oauth2-flows branch from b9e67dd to a2c8f65 Compare October 8, 2020 15:32
* master:
  Adds missing items property to Java classes which store Schema info (OpenAPITools#7621)
@jimschubert jimschubert merged commit 157c01d into OpenAPITools:master Oct 9, 2020
@wing328 wing328 added this to the 5.0.0 milestone Oct 26, 2020
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

Successfully merging this pull request may close these issues.

[BUG] OAuth scopes are being generated even when they doesn't belong to current flow
3 participants