integrations.sh
← all integrations

Authentiq Connect API

OpenAPI apis-guru security

Authentiq Connect OAuth 2.0 and OpenID Connect API reference. Learn about or check out the developer documentation.

Homepage
https://api.apis.guru/v2/specs/authentiq.io/1.0.json
Provider
authentiq.io
OpenAPI version
2.0
Spec (JSON)
https://api.apis.guru/v2/specs/authentiq.io/1.0/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/authentiq.io/1.0/openapi.yaml

Tools (11)

Extracted live via the executor SDK.

  • authentication.authorize

    Start a session with Authentiq Connect to authenticate a user.

    GET https://connect.authentiq.io/authorize?client_id=<your-client-id>&response_type=code+id_token&scope=openid+email&redirect_uri=<your-redirect-uri>&state=0123456789

    This endpoint also supports the POST method.

  • authentication.token

    Exchange en authorization code for an ID Token or Access Token.

    This endpoint supports both client_secret_basic (default) and client_secret_basic authentication methods, as specified by the client's token_endpoint_auth_method.

  • authentication.userInfo

    Use this endpoint to retrieve a user's profile in case you are unable to parse an ID Token or you've not already obtained enough details from the ID Token via the Token Endpoint.

  • clientManagement.client

    Retrieve a list of clients.

  • clientManagement.clientClientId

    Delete a previously registered client.

  • clientManagement.createClient

    Register a new client with this Authentiq Connect provider.

    This endpoint is compatible with extension.

  • clientManagement.getClient

    Retrieve the configuration of a previously registered client.

  • clientManagement.updateClient

    Update the configuration of a previously registered client.

  • sessionManagement.authorizeIframe

    An OpenID Connect Session Management iframe to facilitate e.g. single sign-on or remote logouts.

    The iframe implements the OIDC postMessage-based via which a client can receive notifications about session state changes.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools