Authentication Providers
less than a minute
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.
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.
Token Authentication
You have to include the generated token on your url as a header or query parameter.
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