DataBiosphere / data-store

AWS and GCP data storage system for genomic data.
https://dss.dev.ucsc-cgp-redwood.org
Other
3 stars 2 forks source link

Make OIDC (OpenID Connect) layer more flexible #80

Closed melainalegaspi closed 4 years ago

melainalegaspi commented 4 years ago

As an administrator I would like to use Auth0 to authenticate users based on Google accounts.

When this is complete users should be able to log in using their Google account and use the CLI and DSS

Need direct Auth0 (bypass Fusillade)

This is prep for fine level access control (Epic to come!)

chmreid commented 4 years ago

Some notes, to update this ticket:

For our next steps:

@amarjandu has opened #103, which implements the above-mentioned auth base class and has added appropriate decorators to several API endpoints.

chmreid commented 4 years ago

Closed with #153, #154, and #155 which fixed integration tests for the Auth0 auth backend