From f713839388ff7fee67f0841d5c7852036e3b096d Mon Sep 17 00:00:00 2001 From: Prawira Genestonlia Date: Mon, 9 Oct 2023 16:36:37 +0800 Subject: [PATCH] chore: change mobile_number_with_prefix to mobile_number_with_country_code --- lib/express/sgid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/express/sgid.js b/lib/express/sgid.js index 23c4c20..29a35c4 100644 --- a/lib/express/sgid.js +++ b/lib/express/sgid.js @@ -214,7 +214,7 @@ function config(app, { showLoginPage, serviceProvider }) { 'myinfo.workpass_status', 'myinfo.workpass_expiry_date', 'myinfo.marital_status', - 'myinfo.mobile_number_with_prefix', + 'myinfo.mobile_number_with_country_code', ], id_token_signing_alg_values_supported: ['RS256'], subject_types_supported: ['pairwise'],