generated: '2026-07-19' method: searched source: https://api.echo3d.com/.well-known/openid-configuration docs: https://api.echo3d.com/.well-known/openid-configuration note: >- These OAuth/OIDC scopes govern the echo3D console/dashboard identity provider (Auth0 tenant echo3d.us.auth0.com), advertised via OIDC discovery on api.echo3d.com. The RESTful data API (upload/query/download/delete) does NOT use OAuth scopes — it authenticates with key + email + userKey. These are the standard OIDC scopes exposed by the identity provider, not data-plane permissions. schemes: - name: ConsoleOIDC issuer: https://echo3d.us.auth0.com/ authorizationUrl: https://echo3d.us.auth0.com/authorize tokenUrl: https://echo3d.us.auth0.com/oauth/token flows: - authorizationCode - clientCredentials scopes: - scope: openid description: Authenticate the user and return an ID token (OIDC). flows: [authorizationCode] - scope: profile description: Access the user's basic profile claims. flows: [authorizationCode] - scope: email description: Access the user's email address. flows: [authorizationCode] - scope: email_verified description: Access the user's email-verification status. flows: [authorizationCode] - scope: offline_access description: Issue a refresh token for long-lived access. flows: [authorizationCode] - scope: name description: Access the user's full name claim. flows: [authorizationCode] - scope: given_name description: Access the user's given (first) name. flows: [authorizationCode] - scope: family_name description: Access the user's family (last) name. flows: [authorizationCode] - scope: nickname description: Access the user's nickname claim. flows: [authorizationCode] - scope: picture description: Access the user's profile picture URL. flows: [authorizationCode] - scope: created_at description: Access the user account creation timestamp. flows: [authorizationCode] - scope: identities description: Access linked identity provider records for the user. flows: [authorizationCode] - scope: phone description: Access the user's phone number claim. flows: [authorizationCode] - scope: address description: Access the user's address claim. flows: [authorizationCode]