---
title: "Get the list of identity providers available for admin login."
slug: "get-the-list-of-identity-providers-available-for-admin-login-1"
updated: 2026-03-02T22:30:52Z
published: 2026-03-02T22:35:48Z
canonical: "support.appgate.com/get-the-list-of-identity-providers-available-for-admin-login-1"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.appgate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get the list of identity providers available for admin login.

Get/identity-providers/names

Get the list of identity providers available for admin login.

SecurityHTTPType bearer

Responses200

Login Response.

<select class='api-response-data' aria-label='Media type'><option value='46672739-cb04-48b8-9f2a-577df4748a87'>application/json</option>
</select>Expand Allobject  data Array of object   

The list of the identity providers.

object  

Details of an identity provider required for logging in.

namestring    

Name of the identity provider.

Examplelocal
typestring    

The type of the identity provider.

Valid values[
  "Credentials",
  "Saml",
  "Oidc",
  "Certificate"
]
redirectUrlstring    

The SAML login URL.

Examplehttps://saml.company.com/appgate-admin?SAMLRequest=base64Request
certificatePriorities Array of object   

The prioritization of which client certificate to use.

object  
authUrlstring    

Authorization endpoint URL for OIDC login.

Examplehttps://oidc.company.com/oauth2/auth
tokenUrlstring    

Token endpoint URL for OIDC login.

Examplehttps://oidc.company.com/oauth2/token
clientIdstring    

Client ID for OIDC login.

Exampleb7258f30-6a5e-4846-9f1d-d247d68b2f1f
scopestring    

OIDC scope for getting user information.

Exampleopenid profile offline_access
googleClientSecretstring    

OIDC client secret for Google.

bannerMessagestring    

Configured banner message to display before login.

ExampleAuthorized use only.

500

Unexpected server side error.

<select class='api-response-data' aria-label='Media type'><option value='e74f82d1-82c3-43b8-9f66-943a8c620e76'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.
