/admin/v1/BrandingSettings endpoint not working in VIP Authentication Hub
search cancel

/admin/v1/BrandingSettings endpoint not working in VIP Authentication Hub

book

Article ID: 277069

calendar_today

Updated On:

Products

VIP Authentication Hub

Issue/Introduction

/admin/v1/BrandingSettings stopped working after upgrading to 2.2 release of AuthHub.

Request: https://example.com/default/admin/v1/BrandingSettings
Response:
{
    "timestamp": 1701868677400,
    "status": 404,
    "error": "Not Found",
    "path": "/admin/v1/BrandingSettings"
}

Environment

VIP Authentication Hub 2.2

Resolution

admin/v1/BrandingSettings has been deprecated starting AuthHub 2.1 release and /auth/v1/BrandingSettings is the endpoint which should be used. Please refer this documentation which talks about the API and their defined scopes. Here is screen shot which shows the scope from the documentation page.