How to use Identity Server API ?

Estimated reading: 1 minute 210 views

The VGIdentityServer documentation provides comprehensive information on how to use the VGIdentityServer API. The document is organized into various sections, each detailing a specific functionality of the API.

One of the main sections is the “Authenticate” folder, which contains all methods for authentication, including VisualGuard, Windows, Database, Passwordless, and more. Each authentication method is explained in detail, with examples of requests and responses provided for clarity.

For instance, the document explains how to authenticate a VisualGuard user account using the POST method. It provides the necessary headers and body parameters required for the request, such as client_id, client_secret, scope, password, grant_type, and AuthenticationMethod.

Similarly, the document also covers the process of authenticating Windows user accounts by credentials. Like the VisualGuard user authentication, it provides a detailed explanation of the request parameters and an example of how to make the request.

We have also the documentation on Postman tool on https://documenter.getpostman.com or Swagger on https://identityserver.demo.visual-guard.com/documentation/index.html

Identity Server Service definition
Identity Server Service definition

You can access to the definition

Configuring Visual-Guard Authentication Service
Configuring Visual-Guard Authentication Service

This guide provides a detailed walkthrough on how

Documentation on Postman
Documentation on Postman

The Visual-Guard Identity Server API documentation provides a

How to get a security token ?
How to get a security token ?

The VG Identity Server provides various methods to

What is scope of OAuth ?
What is scope of OAuth ?

Scope is a mechanism in OAuth 2.0 to

How to get more information of the user ?
How to get more information of the user ?

Visual-Guard Identity server provide user information method. Url:

Which API is available?
Which API is available?

The Identity Server proposes an extended API To