-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Remove Auth0 feature flag #3283
Comments
iperdomo
added a commit
that referenced
this issue
Jan 14, 2020
We want to keep 2 authentication methods for now. ODIC based (Auth0) in Production, and GAE accounts for local development
iperdomo
added a commit
that referenced
this issue
Jan 15, 2020
iperdomo
added a commit
that referenced
this issue
Jan 15, 2020
- Use GAE accounts in development and OIDC (Auth0) in production
iperdomo
added a commit
that referenced
this issue
Jan 16, 2020
* Together with @dlebrero we managed to simplify the code and use `System.properties` (defined in `appengine-web.xml`) and override the default authentication entrypoint `oidc` with `gae`
iperdomo
added a commit
that referenced
this issue
Mar 23, 2020
iperdomo
added a commit
that referenced
this issue
Mar 23, 2020
[#3283] Update config builder for OIDC auth
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
As we released Auth0 a few weeks ago and all is going well, we should have it as the default log in implementation and remove all the code and other objects that we do not need or use anymore. Plus we should ensure that also all dev Flow instances are running on Auth0 (uat2, for example, isn't)
The text was updated successfully, but these errors were encountered: