in src/Saas.Identity/Saas.IdentityProvider/deployment/script/generate-ief-policies.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]