Skip to main content

List authentication strategies

Returns a list of identity providers configured on an instance level in Frontier. e.g Google, AzureAD, Github etc

Responses

A successful response.


Schema
    strategies object[]
  • Array [
  • name string
    params object
  • ]
GET /v1beta1/auth

Authorization

name: Basic type: httpdescription: use Client ID as username and Client Secret as passwordin: headerscheme: basic

Request

Base URL
http://127.0.0.1:7400
Security Scheme
Username
Password
curl / cURL
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/auth' \
-H 'Accept: application/json'