[Flow] [Security] entryPoint redirect FQDN
Claus Fassing
claus at fassing.eu
Fri Apr 17 15:57:11 CEST 2015
Am 17.04.2015 um 13:00 schrieb Claus Fassing:
> Hi colleagues,
>
> I'm using the current Flow3 version and I try to use a redirect
> from authentication process to another domain withe the entryPoint
> settings. Is this possible at all?
>
> My configuration: [...] provider: 'FOO\BAR\DefaultProvider
> entryPoint: WebRedirect: uri: 'www.domain.tld'
>
> I already tried with http:// but I just get the error message
> 'Invalid entry point configuration ...'
>
> Regards Claus
>
I got it.
The problem was wrong settings.
It have to define as follow.
entryPoint: 'WebRedirect'
entryPointOptions:
uri: 'http://www.domain.tld'
Before I did not set 'entryPointOptions' and 'http://' are important
to get to an external url
Regards Claus
More information about the Flow
mailing list