From c5db3bc8bdda4d209c7cad26104bd11a4fc7f094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Thu, 16 Jul 2020 19:58:53 +0200 Subject: [PATCH] Add country to address claim (#2257) --- .../lib/Lemonldap/NG/Portal/Lib/OpenIDConnect.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/OpenIDConnect.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/OpenIDConnect.pm index 50c440d52..02d48d0c5 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/OpenIDConnect.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/OpenIDConnect.pm @@ -19,7 +19,7 @@ use Mouse; use Lemonldap::NG::Portal::Main::Constants qw(PE_OK PE_REDIRECT); -our $VERSION = '2.0.7'; +our $VERSION = '2.0.9'; # OpenID Connect standard claims use constant PROFILE => [ @@ -28,7 +28,7 @@ use constant PROFILE => [ ]; use constant EMAIL => [qw/email email_verified/]; use constant ADDRESS => - [qw/formatted street_address locality region postal_code/]; + [qw/formatted street_address locality region postal_code country/]; use constant PHONE => [qw/phone_number phone_number_verified/]; # PROPERTIES