Authentiq Connect API
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.authorizeStart a session with Authentiq Connect to authenticate a user.
This endpoint also supports the POST method.
-
authentication.tokenExchange en authorization code for an ID Token or Access Token.
This endpoint supports both
client_secret_basic(default) andclient_secret_basicauthentication methods, as specified by the client'stoken_endpoint_auth_method. -
authentication.userInfoUse 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.clientRetrieve a list of clients.
-
clientManagement.clientClientIdDelete a previously registered client.
-
clientManagement.createClientRegister a new client with this Authentiq Connect provider.
This endpoint is compatible with extension.
-
clientManagement.getClientRetrieve the configuration of a previously registered client.
-
clientManagement.updateClientUpdate the configuration of a previously registered client.
-
sessionManagement.authorizeIframeAn 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.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools