You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the system has only been tested/used with AGOL. We now need to be able to support multiple instance including Portal. I dont think the architecture has to change too much at this point. Currently the database already has a top level AGOL class. Everything that reference that will need to change slightly. At the moment all references to AGOL model records do something like this
This needs to change so that the ResponseProject model has the ability to define which portal/agol instance it is connected to (what instance to pull groups from, check for existing accounts, create accounts etc.). Since AccountRequests are already tied to a ResponseProject that should be the main change needed to the data model.
The text was updated successfully, but these errors were encountered:
… authentication
Completed support for portal / agol. Admin and front end limit what's shown based on the logged in users current portal/agol unless superuser.
Password auth removed and login form reformatted to show both social auth providers nicely with not username/password fields available.
… authentication
Completed support for portal / agol. Admin and front end limit what's shown based on the logged in users current portal/agol unless superuser.
Password auth removed and login form reformatted to show both social auth providers nicely with not username/password fields available.
Currently the system has only been tested/used with AGOL. We now need to be able to support multiple instance including Portal. I dont think the architecture has to change too much at this point. Currently the database already has a top level AGOL class. Everything that reference that will need to change slightly. At the moment all references to AGOL model records do something like this
GeoPlatform-Request-Tool/accounts/models.py
Line 458 in e8b0334
This needs to change so that the ResponseProject model has the ability to define which portal/agol instance it is connected to (what instance to pull groups from, check for existing accounts, create accounts etc.). Since AccountRequests are already tied to a ResponseProject that should be the main change needed to the data model.
The text was updated successfully, but these errors were encountered: