AtlasOfLivingAustralia / userdetails

Atlas user management - includes "my profile", user data and admin functions
Other
0 stars 18 forks source link

add an endpoint for home site (post login) #182

Open matthewandrews opened 9 months ago

matthewandrews commented 9 months ago

We need an endpoint called something like /homesite which does something like this:

@SSO
def homesite() {
  redirect(grailsApplication.config.getValue('userdetails.homesite.url', String, 'https://www.ala.org.au/'))
}

... so that the Login button on the static home site can have a URL like https://auth.ala.org.au/userdetails/homesite which would then take the user back to the static home page after login.