DUST AuthD

The DUST account service — organizations, users, sessions, Service Accounts and OpenID Connect. Issues the short-lived JWTs the DUST API consumes, via an API-key exchange (GET /api/auth/token with x-api-key) or the OAuth2 client_credentials grant. Publishes an OpenID Connect discovery document at /.well-known/openid-configuration with authorization, token, introspection, revocation, userinfo, JWKS and end-session endpoints, and PKCE S256 support.

API entry from apis.yml

apis.yml Raw ↑
name: DUST AuthD
description: The DUST account service — organizations, users, sessions, Service Accounts and OpenID Connect.
  Issues the short-lived JWTs the DUST API consumes, via an API-key exchange (GET /api/auth/token with
  x-api-key) or the OAuth2 client_credentials grant. Publishes an OpenID Connect discovery document at
  /.well-known/openid-configuration with authorization, token, introspection, revocation, userinfo, JWKS
  and end-session endpoints, and PKCE S256 support.
humanURL: https://docs.dustid.io/api/authentication/
baseURL: https://authd.dustid.io
tags:
- Authentication
- OpenID Connect
- OAuth
properties:
- type: OpenIDConnect
  url: well-known/dust-identity-openid-configuration.json
- type: Documentation
  url: https://docs.dustid.io/api/authentication/