Remove dead code in Issuer::OIDC

This commit is contained in:
Maxime Besson 2022-04-05 11:01:09 +02:00
parent 3ef3aac9c7
commit 87a91f222f
1 changed files with 0 additions and 7 deletions

View File

@ -1713,13 +1713,6 @@ sub _handleRefreshTokenGrant {
( $id_token ? ( id_token => "$id_token" ) : () ),
};
# TODO
#my $cRP = $apacheSession->data->{_oidcConnectedRP} || '';
#unless ( $cRP =~ /\b$rp\b/ ) {
# $self->p->updateSession( $req, { _oidcConnectedRP => "$rp,$cRP" },
# $apacheSession->id );
#}
$self->logger->debug("Send token response");
return $self->p->sendJSONresponse( $req, $token_response );