Arist Identity (OIDC)

Arist runs its customer-facing authentication on an Auth0 tenant at auth.arist.app. The tenant publishes an RFC 8414 / OpenID Connect Discovery document anonymously, describing the authorization, token, device-authorization, userinfo, revocation, dynamic-registration and backchannel-authentication endpoints, the supported grant types (authorization_code, client_credentials, refresh_token, device_code, password, implicit), PKCE methods and DPoP algorithms, plus the standard OIDC scope set. This is the only machine-readable contract Arist publishes without credentials. Enterprise customers federate into it with SAML or OIDC from Entra ID, Okta, Google Workspace, ADFS or PingFederate; organizations without SSO sign in with a one-time passcode delivered by email.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/identity"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: arist:identity
name: Arist Identity (OIDC)
description: Arist runs its customer-facing authentication on an Auth0 tenant at auth.arist.app. The tenant
  publishes an RFC 8414 / OpenID Connect Discovery document anonymously, describing the authorization,
  token, device-authorization, userinfo, revocation, dynamic-registration and backchannel-authentication
  endpoints, the supported grant types (authorization_code, client_credentials, refresh_token, device_code,
  password, implicit), PKCE methods and DPoP algorithms, plus the standard OIDC scope set. This is the
  only machine-readable contract Arist publishes without credentials. Enterprise customers federate into
  it with SAML or OIDC from Entra ID, Okta, Google Workspace, ADFS or PingFederate; organizations without
  SSO sign in with a one-time passcode delivered by email.
humanURL: https://help.arist.co/article/1027-arist-application-sso-single-sign-on-integration-guide
baseURL: https://auth.arist.app
tags:
- Authentication
- OpenID Connect
- Single Sign-On
tags_raw:
- Authentication
- OpenID Connect
- OAuth
- Single Sign On
properties:
- type: WellKnown
  url: well-known/arist-well-known.yml
- type: OpenIDConnect
  url: well-known/arist-openid-configuration.json
- type: Authentication
  url: authentication/arist-authentication.yml
- type: OAuthScopes
  url: scopes/arist-scopes.yml