Authentication Providers

Navigate to: Agent >> Authentication Providers

Authentication providers gives additional security to your endpoint. On a successful authentication allows access to your local endpoint. Different type of authentication supports are available.

  • Basic Authentication
  • Native Authentication Page
  • Token Authentication
  • OAuth2 Proxy

To add a authentication provider, Navigate to authentication provide page and click on Add

Basic Authentication

When you access your endpoint with a basic authentication, you will get a authentication popup on your browser.

basic authentication

Native Authentication Page

When you access your endpoint with a Native authentication page, you will be redirected to a login page. on successful authentication you will be landed into your endpoint.

native authentication

Token Authentication

You have to include the generated token on your url as a header or query parameter.

token authentication

OAuth2 Proxy

When you access your endpoint with OAuth2 proxy, you will be redirected to OAuth2 proxy login page. As a pre request you should have configured oauth2 proxy

oauth2 proxy