Gluu discovery API

The discovery API from Gluu — 3 operation(s) for discovery.

Operations 3

GET /v2/ServiceProviderConfig Get the SCIM Service Provider Configuration #
GET /v2/ResourceTypes List the SCIM resource types supported by this server #
GET /v2/Schemas List the SCIM schemas supported by this server #

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/gluu-discovery-api"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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

OpenAPI Specification

gluu-discovery-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Gluu Flex SCIM 2.0 Discovery API
  version: '1.0'
  description: 'SCIM 2.0 (RFC 7644) endpoints exposed by Gluu Flex / Janssen Server for

    cross-domain identity management. The default base path on a Gluu Flex

    deployment is `/jans-scim/restv1`. Authentication uses an OAuth 2.0

    Bearer access token obtained from the embedded authorization server

    with the appropriate SCIM scopes.

    '
  contact:
    name: Gluu
    url: https://docs.gluu.org/
servers:
- url: https://{host}/jans-scim/restv1
  description: Gluu Flex SCIM endpoint
  variables:
    host:
      default: idp.example.com
security:
- bearerAuth: []
tags:
- name: discovery
paths:
  /v2/ServiceProviderConfig:
    get:
      tags:
      - discovery
      summary: Get the SCIM Service Provider Configuration
      operationId: getServiceProviderConfig
      security: []
      responses:
        '200':
          description: ServiceProviderConfig
  /v2/ResourceTypes:
    get:
      tags:
      - discovery
      summary: List the SCIM resource types supported by this server
      operationId: listResourceTypes
      security: []
      responses:
        '200':
          description: ListResponse
  /v2/Schemas:
    get:
      tags:
      - discovery
      summary: List the SCIM schemas supported by this server
      operationId: listSchemas
      security: []
      responses:
        '200':
          description: ListResponse
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT
      description: OAuth 2.0 access token with SCIM scopes