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

[BUG] Do not require anonymous authentication #262

Open
shurwit opened this issue Mar 6, 2023 · 0 comments
Open

[BUG] Do not require anonymous authentication #262

shurwit opened this issue Mar 6, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@shurwit
Copy link
Collaborator

shurwit commented Mar 6, 2023

Describe the bug
Currently when the Auth2 service is initialized, it automatically attempts to authenticate anonymously and throws an error if it is unable to do so. Some applications will not support anonymous auth and will require the user to login as the first step.

To Reproduce
Steps to reproduce the behavior:

  1. Set up app/org in Core BB that does not support anonymous auth
  2. Run applicaiton that uses plugin Auth2 service
  3. See error

Expected behavior
The plugin should either not attempt to use anonymous auth automatically, leaving this up to the application to manage, or should provide some configurations to determine whether or not the application does support anonymous auth.

@shurwit shurwit added the bug Something isn't working label Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants