Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
matthewandrews opened this issue Dec 4, 2023 · 0 comments
Open

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

matthewandrews opened this issue Dec 4, 2023 · 0 comments

Comments

@matthewandrews
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant