Auth0 · Capability

Auth0 API — SSO

Auth0 API — SSO. 1 operations. Lead operation: Auth0 This endpoint accepts an IdP-Initiated Sign On SAMLResponse from a SAML Identity Provider.. Self-contained Naftiko capability covering one Auth0 business surface.

Run with Naftiko Auth0SSO

What You Can Do

POST
Logincallback — Auth0 This endpoint accepts an IdP-Initiated Sign On SAMLResponse from a SAML Identity Provider.
/v1/login/callback

MCP Tools

auth0-this-endpoint-accepts-idp

Auth0 This endpoint accepts an IdP-Initiated Sign On SAMLResponse from a SAML Identity Provider.

Capability Spec

auth0-sso.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Auth0 API — SSO
  description: 'Auth0 API — SSO. 1 operations. Lead operation: Auth0 This endpoint accepts an IdP-Initiated Sign On SAMLResponse
    from a SAML Identity Provider.. Self-contained Naftiko capability covering one Auth0 business surface.'
  tags:
  - Auth0
  - SSO
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AUTH0_API_KEY: AUTH0_API_KEY
capability:
  consumes:
  - type: http
    namespace: auth0-sso
    baseUri: ''
    description: Auth0 API — SSO business capability. Self-contained, no shared references.
    resources:
    - name: login-callback
      path: /login/callback
      operations:
      - name: logincallback
        method: POST
        description: Auth0 This endpoint accepts an IdP-Initiated Sign On SAMLResponse from a SAML Identity Provider.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection
          in: query
          type: string
          description: The name of an identity provider configured to your application.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: auth0-sso-rest
    port: 8080
    description: REST adapter for Auth0 API — SSO. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/login/callback
      name: login-callback
      description: REST surface for login-callback.
      operations:
      - method: POST
        name: logincallback
        description: Auth0 This endpoint accepts an IdP-Initiated Sign On SAMLResponse from a SAML Identity Provider.
        call: auth0-sso.logincallback
        with:
          connection: rest.connection
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: auth0-sso-mcp
    port: 9090
    transport: http
    description: MCP adapter for Auth0 API — SSO. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: auth0-this-endpoint-accepts-idp
      description: Auth0 This endpoint accepts an IdP-Initiated Sign On SAMLResponse from a SAML Identity Provider.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: auth0-sso.logincallback
      with:
        connection: tools.connection
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.