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 support for private scope #34

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add support for private scope #34

wants to merge 1 commit into from

Conversation

pfferrari
Copy link
Contributor

Closes #26

What I did

Added support for private scopes by introducing an optional publicScope URL param. This param could be filled with a public scope string in case the required scope URL param is expected to contain a private scope string, for example to permit the login only to customers matching particular scopes.
The public scope, if present, will replace the private scope to obtain and store a valid Sales Channel access token and to request the application settings (logo, colors, etc).

Checklist

  • Make sure your changes are tested (stories and/or unit, integration, or end-to-end tests).
  • Make sure to add/update documentation regarding your changes.
  • You are NOT deprecating/removing a feature.

@pfferrari pfferrari self-assigned this Dec 27, 2024
@pfferrari pfferrari added the enhancement New feature or request label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for private market
2 participants