mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
[INJIMOB-2452] : Well known discovery with attribute name change (#1744)
* [INJIMOB-2452]: Well known discovery from wallet side with credential_issuer attribute name change. Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com> * [INJIMOB-2452]: Add issuer_id for cache key for wellknown call. Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com> * [INJIMOB-2452]: Removing fetchIssuerConfig method Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com> * [INJIMOB-2452]: Add issuerHost in VcMetadata. Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com> * [INJIMOB-2452]: Update params to pass only issuerHost of vcMetadata Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com> * [INJIMOb-2452]: Update credential_issuer attribute to credential_issuer_host Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com> * [INJIMOB-2452]: add temporary fix for react-native-zip-archive error on github action Signed-off-by: Alka Prasad <prasadalka1998@gmail.com> --------- Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com> Signed-off-by: Alka Prasad <prasadalka1998@gmail.com> Co-authored-by: Alka Prasad <prasadalka1998@gmail.com>
This commit is contained in:
@@ -65,8 +65,6 @@ export const APP_ID_DICTIONARY = [
|
||||
|
||||
export const API_CACHED_STORAGE_KEYS = {
|
||||
fetchIssuers: 'CACHE_FETCH_ISSUERS',
|
||||
fetchIssuerConfig: (issuerId: string) =>
|
||||
`CACHE_FETCH_ISSUER_CONFIG_${issuerId}`,
|
||||
fetchIssuerWellknownConfig: (issuerId: string) =>
|
||||
`CACHE_FETCH_ISSUER_WELLKNOWN_CONFIG_${issuerId}`,
|
||||
fetchIssuerAuthorizationServerMetadata: (authorizationServerUrl: string) =>
|
||||
|
||||
Reference in New Issue
Block a user