PromucFlow_constructor/app/server/appsmith-server/src/main
Arpit Mohan dea2efa776 Merge branch 'feature/oauth2-custom-url' into 'release'
Adding the base uri for google oauth2 redirect uri

This is required because when we host the server in a docker container, by default the baseUri picked up by Spring security is the DNS name of the appsmith server inside the docker networking bridge. These names may not be valid DNS names that Google can redirect to in the event of a successful Oauth2 login. Hence, we are overriding the base uri with our own uri for each environment.

The customer will have to provide this uri when they host it on their internal networks. This uri must be publicly accessible for Oauth2 to work.

See merge request theappsmith/internal-tools-server!90
2019-11-27 08:34:57 +00:00
..
java/com/appsmith/server Datasources are now returned only for the organization of the current user. 2019-11-27 08:22:29 +00:00
resources Adding the base uri for google oauth2 redirect uri 2019-11-27 13:57:01 +05:30