Skip to content

Commit

Permalink
merge update master into release-16.1 as merge-candidate for new master
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry-Weymouth committed Jun 29, 2016
2 parents 9a6d8ec + 15dd727 commit 382986e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config/Config-template.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,8 @@ grails { plugin { springsecurity {
def glowingBearRedirectUris = [
transmartURL - ~/transmart\/?$/ + 'connections',
]
if (transmartURL.startsWith('http://localhost:')) {
// for dev, node reverse proxy runs on 8001
glowingBearRedirectUris << 'http://localhost:8001/connections'
}
// for dev, node reverse proxy runs on 8001
glowingBearRedirectUris << 'http://localhost:8001/connections'

oauthProvider {
authorization.requireRegisteredRedirectUri = true
Expand Down

0 comments on commit 382986e

Please sign in to comment.