-
Notifications
You must be signed in to change notification settings - Fork 80
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
Auth0 implementation not working #962
Comments
Thanks for reporting! You are correct, we have some work to do when it comes to getting auth0 to function correctly. For now, our stopgap solution is as follows: Using the https://github.com/ibi-group/datatools-ui/tree/auth-disable branch, These flags will disable auth0. There are still some bugs. For example, the homepage does not work, but This branch is still a work in progress, but we welcome PRs. |
Thanks! It's good to know about that branch. I'm able to create a project, but I'm getting a blank page when I try to view the project. I was wondering you could help us get this running; we seem to be getting close. I'm getting React errors like:
and
My env.yml is:
I don't see any XHR to/from localhost:4000 (where datatools-server is running). If helpful, here is my response for
|
The homepage doesn't work with |
Hi @wtchen, the code to support configs where |
Hello, I am facing the same issue. Unfortunately I need the authentication in order to use the application. Is the issue resolved or the answer is still disabling the authentication ? |
The answer is still disabling authentication! |
NOTE: This issue system is intended for reporting bugs and tracking progress in software development. Although this software is licensed with an open-source license, any issue opened here may not be dealt with in a timely manner. IBI Group is able to provide technical support for custom deployments of this software. Please contact Ritesh Warade if your company or organization is interested in opening a support contract with us. Please remove this note when creating the issue.
Observed behavior (please include a screenshot if possible)
I was not able to log in with Auth0, getting the following error:
Uncaught Error: Error: An error occurred when fetching client data for Lock: [https://cdn.us.auth0.com/client/Lt2sguBi0qWkjQS0qUhYDtU5BmNTXhLN.js?t1663261365919 1](https://cdn.us.auth0.com/client/vgRH8Hb3bBt94320kT1WIe7TrqgINyk5.js?t1663261365919) could not be loaded.
After doing some investigation, it looks the Auth0 no longer supports the API used in the latest datatools-ui release. So I forked this repo and updated the Auth0 APIs and some related code.
Now I'm able to log in, but I'm able to do much.
For example, I try to view a project:
But click on view test doesn't do anything.
Expected behavior
I should be able to log in with an Auth0 user, create a project, and view the project.
Steps to reproduce the problem
See above.
Any special notes on configuration used
See my forked code.
I'm running everything inside Docker.
Version of datatools-ui and datatools-server if applicable (exact commit hash or branch name)
v5.0.0 release
The text was updated successfully, but these errors were encountered: