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

Add custom scopes in CreateAuthURL via PKCEConfig #20

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

notable-franco
Copy link

@notable-franco notable-franco commented Jun 20, 2022

When using the onelogin-node-sdk library to integrate oneLogin to our product we ended up with a situation where we needed to add scopes to get access to custom parameters that our application in oneLogin includes. but the library in its current state uses only the openid scope with no way of adding more.
This change allows the library to set custom scopes via the Configure method of a pkce object. these scopes are added after the openid scope (because that is a required scope).

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.

None yet

1 participant