# Apivom Atlas — Autodesk APS Authentication (OAuth2 v2)

> Apivom Atlas integration for Autodesk APS Authentication (OAuth2 v2): 8 gateway routes over `developer.api.autodesk.com`, available through the Apivom platform (Apivom Iris workflows and the Apivom Atlas API portal). Auth model: caller-supplied token passed through to the vendor.

Notes for AI assistants:

- This catalog mirrors the vendor's public API surface as registered in Apivom Atlas (0 read-only, 8 write routes).
- Access is provisioned per customer. Commercialized providers are self-service in the Atlas portal; for everything else [request a demo](https://apivom.com/en/demo).
- Credentials are always owned by the calling tenant — Apivom Atlas is a stateless gateway.

## Routes

- `GET /.well-known/openid-configuration` (-well-known-openid-configuration)
- `GET /authentication/v2/authorize` (authentication-v2-authorize) — params: query
- `POST /authentication/v2/introspect` (authentication-v2-introspect-post) — params: token, client_id
- `GET /authentication/v2/keys` (authentication-v2-keys)
- `GET /authentication/v2/logout` (authentication-v2-logout) — params: query
- `POST /authentication/v2/revoke` (authentication-v2-revoke-post)
- `POST /authentication/v2/token` (authentication-v2-token-post)
- `GET /userinfo` (userinfo)

## Credential model

- APS Client ID (`clientId`) — required
- APS Client Secret (`clientSecret`) — secret
- OAuth2 Scopes (`scope`)

## Optional

- [Apivom Atlas product page](https://apivom.com/en/products/atlas)
- [All Atlas integration guides](https://apivom.com/llms.txt)
- [Request a demo](https://apivom.com/en/demo)
