[
http://jira.magnolia-cms.com/browse/MAGNOLIA-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=25912#action_25912
]
Grégory Joseph commented on MAGNOLIA-1476:
------------------------------------------
example: one can setup a
info.magnolia.cms.security.auth.callback.RedirectClientCallback to redirect to
any page for login. Additionally, one could setup a
info.magnolia.cms.security.auth.callback.CompositeCallback that will use the
regular FormClientCallback for all {{/.magnolia*}} stuff and a
RedirectClientCallback for anything public/pages.
> allow using a magnolia page as a login page
> -------------------------------------------
>
> Key: MAGNOLIA-1476
> URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-1476
> Project: Magnolia
> Issue Type: Improvement
> Components: security
> Affects Versions: 3.0.2
> Reporter: Fabrizio Giustina
> Assignee: Fabrizio Giustina
>
> This could be useful for website where magnolia security is used also on the
> public instance:
> at the moment you can only use a static page or a freemarker template for the
> login page, but not an existing page managed by magnolia. Having a
> cms-managed login page is a common requirement.
> I already have some code for this that I will try to integrate soon, these
> are a couple of details about how it works:
> - the configuration for the login page doesn't replace the existing one, but
> it's an additional entry
> - the page is only displayed on public servers and not for the ./magnolia/*
> path (if the page in the website repository is not configured properly don't
> prevent administrators to login at all!)
> - the difficult part: when a secure uri is requested, the login page is
> displayed. After the login the user is redirected to the same page he was
> trying to see before authentication (with all the parameters submitted
> originally, and also if he had to navigate across more bages before login
> -for example after a self registration-
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------