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

Added scope copy for authorization_code and refresh_token grants. #310

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

PetrasJaug
Copy link
Contributor

@PetrasJaug PetrasJaug commented May 24, 2024

PR Checklist

PR Description

Takes scope from request if available and uses 'dummy' if not. Fixes issue where MSAL library invalidates cache if scope is not matching and therefore requests a new token on every request.

@PetrasJaug
Copy link
Contributor Author

@poveden This could break flows where scope was provided and the consumer still relied on receiving 'dummy'. Could be under an args feature flag if this breaks too much.

@poveden poveden self-assigned this Jun 12, 2024
@poveden poveden merged commit 442cdb6 into axa-group:master Jun 13, 2024
11 checks passed
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.

2 participants