Skip to content

Commit

Permalink
[ES-1033] added default values
Browse files Browse the repository at this point in the history
Signed-off-by: Venkata Saidurga Polamraju <saidurgacsea@gmail.com>
  • Loading branch information
pvsaidurga committed Jun 6, 2024
1 parent 9d06d7d commit 16b7788
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,12 @@ mosip.esignet.discovery.key-values={'issuer': '${mosipbox.public.url}' ,\
\ 'acr_values_supported' : {},\
\ 'request_parameter_supported' : false,\
\ 'verified_claims_supported' : true,\
\ 'claims_in_verified_claims_supported' : {},\
\ 'trust_frameworks_supported' : {},\
\ 'evidence_supported' : {},\
\ 'claims_in_verified_claims_supported' : {'name','given_name','middle_name','preferred_username','picture','gender','birthdate','locale','nickname', 'family_name','zoneinfo', 'updated_at','address', 'email','email_verified', 'phone_number','phone_number_verified'},\
\ 'trust_frameworks_supported' : {'mosip'},\
\ 'evidence_supported' : {'document','electronic_record','vouch','electronic_signature'},\
\ 'documents_supported' : {},\
\ 'attachments_supported' : {},\
\ 'digest_algorithms_supported' : {} }
\ 'digest_algorithms_supported' : {'SHA-256'} }

##----------------------------------------- Database properties --------------------------------------------------------

Expand Down

0 comments on commit 16b7788

Please sign in to comment.