How to programmatically login to the api management develop portal

Viet Trinh 1 Reputation point
2021-03-25T21:35:26.12+00:00

Current the API Management's developer portal site provides a UI to log into the developer portal using native users (not Active Directory). I want to build another UI with other features separate from the developer portal and programmatically, in the backend, using some REST API, validate their credentials for the developer portal user pool.

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,679 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Igor O 1 Reputation point
    2021-03-26T21:21:31.297+00:00

    You can check the opensource developer portal in the GitHub repository.

    https://github.com/Azure/api-management-developer-portal

    You can run it locally or deploy to a web server and connect it to your Azure API Management service.

    Particular authenticate method
    https://github.com/Azure/api-management-developer-portal/blob/d04066dbc4fc85588576e6c4f772b136289f5252/src/services/usersService.ts#L34

    0 comments No comments