VIP Authenticaiton Hub - Need to filter Applications when calling the Applications API
search cancel

VIP Authenticaiton Hub - Need to filter Applications when calling the Applications API

book

Article ID: 269437

calendar_today

Updated On:

Products

VIP Authentication Hub

Issue/Introduction

API: GET /${tenant}/admin/v1/Apps

According to the swagger of the VIP Authentication Hub, there is a way to return all the applications, but there is no way to filter them.

As a workaround, we call the API to return all the applications and then use json query to find what we need. This might work for small amount of applications, but it cannot scale.

We need to filter by name, client_id and metadata.

Environment

Release : 2.1

Resolution

Rest API filters are available for many of the API calls and well documented here. Here is a sample example to get the app by name filter.