Fix Twitter authentication when coming from Issuers (#2426)

This commit is contained in:
Maxime Besson 2021-01-04 15:10:20 +01:00
parent baeba92067
commit 7ffaa3f9ff

View File

@ -78,7 +78,7 @@ sub extractFormInfo {
$self->logger->debug('Redirection to Twitter');
# 1.1 Try to get token to dialog with Twitter
my $callback_url = $self->p->fullUrl($req);
my $callback_url = $self->p->portal;
# Twitter callback parameter
my %prm = ( twitterback => 1 );