broadinstitute / genetic-prevalence-estimator

https://genie.broadinstitute.org/
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Allow external users to log in #122

Closed nawatts closed 1 year ago

nawatts commented 1 year ago

Currently, the OAuth consent screen is configured to only allow internal users. We want to allow external users to access the app as well.

https://support.google.com/cloud/answer/10311615#user-type

sambaxter commented 1 year ago

Any chance you would be able to do this by 11am today? I have a demo with an external person today and I would love to be able to tell them that they can play around with it and provide feedback afterwards

nawatts commented 1 year ago

I've set the Google OAuth screen to allow external users.

However, the app itself starts new users as inactive and requires an admin to approve them (from https://genie.broadinstitute.org/users/) in order for them to start using the app. Filed #133 to change that.