← Back to catalog

Security

Authentiq Connect

auto-generated
swirls add authentiq
actionGETv1.0.0

Authenticate a user

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.

Source
actionDELETEv1.0.0

Delete a client

Delete a previously registered client.

Source
actionGETv1.0.0

Include a session iframe

An OpenID Connect Session Management iframe to facilitate e.g. single sign-on or remote logouts. The iframe implements the OIDC postMessage-based [change notification protocol](http://openid.net/specs/openid-connect-session-1_0.html#ChangeNotification) via which a client can receive notifications about session state changes.

Source
actionPOSTv1.0.0

Register a client

Register a new client with this Authentiq Connect provider. This endpoint is compatible with [OIDC's Client Registration](http://openid.net/specs/openid-connect-registration-1_0.html) extension.

Source
actionGETv1.0.0

Retrieve a user profile

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.

Source
actionPUTv1.0.0

Update a client

Update the configuration of a previously registered client.

Source
actionGETv1.0.0

View a client

Retrieve the configuration of a previously registered client.

Source
Beyond the catalog

Any provider, on request.

01

Request it

Tell us which provider you need, and we will ship it in the registry.

02

Generate it

Point swirls add at an OpenAPI or GraphQL spec. Typed actions for any API you hold credentials for, today.

acme · integrations
terminal
~/acme $swirls add linear
✓ 12 typed actions · scopes and schemas included
 
~/acme $swirls add https://api.acme.dev/openapi.json
◆ Fetched spec · 38 operations
✓ 6 typed actions · generated from spec