WIP - Modify oidcConsents key structure

This commit is contained in:
Christophe Maudoux 2018-07-15 19:37:59 +02:00
parent eff2b66cf2
commit c5685fa56a

View File

@ -544,11 +544,13 @@ sub mkOidcConsent {
#####################
foreach (@consents) {
if ( defined {$_}->{rp} ){
my $rp = {$_}->{rp};
$consents->{$rp}->{epoch} = $_->{epoch};
$consents->{$rp}->{scope} = $_->{scope};
$consents->{$rp}->{displayName} =
$self->conf->{oidcRPMetaDataOptions}->{$rp}->{oidcRPMetaDataOptionsDisplayName};
}
}
#foreach ( keys %$session ) {