def get_app_value()

in src/Saas.Identity/Saas.IdentityProvider/deployment/script/model/ConfigJson.py [0:0]


def get_app_value(config: dict, app_name: str, key: str) -> str:
    for item in config['appRegistrations']: 
        if item['name'] == app_name: return item[key]